What is the CMYK code for dark blue grey?
The CSS color dark blue grey in CMYK format is cmyk(59.7%, 23.4%, 0%, 69.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark blue grey in CSS?
To apply dark blue grey in CSS:
- Text color: color: cmyk(59.7%, 23.4%, 0%, 69.8%);
- Background: background-color: cmyk(59.7%, 23.4%, 0%, 69.8%);
- Border: border-color: cmyk(59.7%, 23.4%, 0%, 69.8%);
What are all the color format values for dark blue grey?
| Format | Value |
|---|---|
| HEX | #1f3b4d |
| RGB | rgb(31, 59, 77) |
| HSL | hsl(203.5, 42.6%, 21.2%) |
| CMYK | cmyk(59.7%, 23.4%, 0%, 69.8%) |
How do I convert dark blue grey to CMYK?
Select dark blue grey from the color name list in our color converter. The CMYK value — cmyk(59.7%, 23.4%, 0%, 69.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark blue grey belong to?
dark blue grey belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 203.5°, saturation 42.6%, lightness 21.2%.
How do I create lighter and darker shades of dark blue grey?
Lighter variant (lightness 36.2%): #356584. Darker variant (lightness 6.199999999999999%): #091117. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.