#243A92
A dark, moderate blue closely aligning with Darkslateblue.
About #243A92
The hex code #243A92 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(36, 58, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 75% C, 60% M, 0% Y, and 43% K. The HSL representation is 228.0° hue, 60.4% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#243A92
RGB36, 58, 146
HSL228.0°, 60.4%, 35.7%
CMYK75%, 60%, 0%, 43%
HSV228.0°, 75.3%, 57.3%
LAB28.1, 23.9, -51.0
XYZ7.4, 5.5, 27.9
Decimal2374290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.02:1
Text on #FFFFFF
AAA
2.10: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: #243A92;
}
.text-color {
color: #243A92;
}
.border-color {
border: 2px solid #243A92;
}