#2C24BD
A medium, moderate blue closely aligning with Darkblue.
About #2C24BD
The hex code #2C24BD represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(44, 36, 189).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 77% cyan and 81% magenta inks. With a hue angle of 243.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C24BD
RGB44, 36, 189
HSL243.1°, 68.0%, 44.1%
CMYK77%, 81%, 0%, 26%
HSV243.1°, 81.0%, 74.1%
LAB28.0, 52.8, -76.9
XYZ10.9, 5.5, 48.6
Decimal2892989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.03:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.58:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24BD;
}
.text-color {
color: #2C24BD;
}
.border-color {
border: 2px solid #2C24BD;
}