What is the CMYK code for dark grey blue?
The CSS color dark grey blue in CMYK format is cmyk(54.9%, 23.1%, 0%, 64.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark grey blue in CSS?
To apply dark grey blue in CSS:
- Text color: color: cmyk(54.9%, 23.1%, 0%, 64.3%);
- Background: background-color: cmyk(54.9%, 23.1%, 0%, 64.3%);
- Border: border-color: cmyk(54.9%, 23.1%, 0%, 64.3%);
What are all the color format values for dark grey blue?
| Format | Value |
|---|---|
| HEX | #29465b |
| RGB | rgb(41, 70, 91) |
| HSL | hsl(205.2, 37.9%, 25.9%) |
| CMYK | cmyk(54.9%, 23.1%, 0%, 64.3%) |
How do I convert dark grey blue to CMYK?
Select dark grey blue from the color name list in our color converter. The CMYK value — cmyk(54.9%, 23.1%, 0%, 64.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark grey blue belong to?
dark grey blue belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 205.2°, saturation 37.9%, lightness 25.9%.
How do I create lighter and darker shades of dark grey blue?
Lighter variant (lightness 40.9%): #416f90. Darker variant (lightness 10.899999999999999%): #111d26. 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.