#243366
A dark, moderate blue closely aligning with Darkslateblue.
About #243366
Visually, #243366 is defined as a moderate blue. Designers often compare it to the standard color Darkslateblue. In the RGB color space, it consists of 36 red, 51 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 50% magenta, 0% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#243366
RGB36, 51, 102
HSL226.4°, 47.8%, 27.1%
CMYK65%, 50%, 0%, 60%
HSV226.4°, 64.7%, 40.0%
LAB22.7, 11.7, -32.0
XYZ4.3, 3.7, 13.1
Decimal2372454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.07:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.53:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #243366;
}
.text-color {
color: #243366;
}
.border-color {
border: 2px solid #243366;
}