What is the CMYK code for flat blue?
The CSS color flat blue in CMYK format is cmyk(64.3%, 31.5%, 0%, 34.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use flat blue in CSS?
To apply flat blue in CSS:
- Text color: color: cmyk(64.3%, 31.5%, 0%, 34.1%);
- Background: background-color: cmyk(64.3%, 31.5%, 0%, 34.1%);
- Border: border-color: cmyk(64.3%, 31.5%, 0%, 34.1%);
What are all the color format values for flat blue?
| Format | Value |
|---|---|
| HEX | #3c73a8 |
| RGB | rgb(60, 115, 168) |
| HSL | hsl(209.4, 47.4%, 44.7%) |
| CMYK | cmyk(64.3%, 31.5%, 0%, 34.1%) |
How do I convert flat blue to CMYK?
Select flat blue from the color name list in our color converter. The CMYK value — cmyk(64.3%, 31.5%, 0%, 34.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does flat blue belong to?
flat blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 209.4°, saturation 47.4%, lightness 44.7%.
How do I create lighter and darker shades of flat blue?
Lighter variant (lightness 59.7%): #6899c9. Darker variant (lightness 29.700000000000003%): #284c70. 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.