#244266
A dark, moderate blue closely aligning with Darkslategray.
About #244266
When working with digital screens, the color #244266 is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. Its digital footprint relies on 36 parts red, 66 parts green, and 102 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 35% Magenta, 0% Yellow, and 60% Black. With a hue angle of 212.7 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#244266
RGB36, 66, 102
HSL212.7°, 47.8%, 27.1%
CMYK65%, 35%, 0%, 60%
HSV212.7°, 64.7%, 40.0%
LAB27.4, 1.3, -24.5
XYZ5.1, 5.2, 13.3
Decimal2376294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.26:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.81:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #244266;
}
.text-color {
color: #244266;
}
.border-color {
border: 2px solid #244266;
}