#244283
A dark, moderate blue closely aligning with Darkslateblue.
About #244283
The precise color #244283 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(36, 66, 131).
If you are designing for print, the four-color process is what matters most. The color uses 73% Cyan, 50% Magenta, 0% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#244283
RGB36, 66, 131
HSL221.1°, 56.9%, 32.7%
CMYK73%, 50%, 0%, 49%
HSV221.1°, 72.5%, 51.4%
LAB29.2, 12.5, -39.9
XYZ6.8, 5.9, 22.3
Decimal2376323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.62:1
Text on #FFFFFF
AAA
2.18:1
Text on #000000
FAIL
9.20:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #244283;
}
.text-color {
color: #244283;
}
.border-color {
border: 2px solid #244283;
}