#2C4292
A dark, moderate blue closely aligning with Darkslateblue.
About #2C4292
The precise color #2C4292 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(44, 66, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 70% C, 55% M, 0% Y, and 43% K. With a hue angle of 227.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C4292
RGB44, 66, 146
HSL227.1°, 53.7%, 37.3%
CMYK70%, 55%, 0%, 43%
HSV227.1°, 69.9%, 57.3%
LAB30.7, 19.6, -46.8
XYZ8.2, 6.5, 28.0
Decimal2900626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.12:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C4292;
}
.text-color {
color: #2C4292;
}
.border-color {
border: 2px solid #2C4292;
}