#24495F
A dark, moderate blue closely aligning with Darkslategray.
About #24495F
Visually, #24495F is defined as a moderate blue. Its closest recognized web color is Darkslategray. In the RGB color space, it consists of 36 red, 73 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 62% cyan, 23% magenta, 0% yellow, and 63% black. With a hue angle of 202.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24495F
RGB36, 73, 95
HSL202.4°, 45.0%, 25.7%
CMYK62%, 23%, 0%, 63%
HSV202.4°, 62.1%, 37.3%
LAB29.3, -5.9, -16.9
XYZ5.2, 6.0, 11.7
Decimal2378079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.57:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.15:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24495F;
}
.text-color {
color: #24495F;
}
.border-color {
border: 2px solid #24495F;
}