#33248A
A dark, moderate blue closely aligning with Midnightblue.
About #33248A
Visually, #33248A is defined as a moderate blue. Designers often compare it to the standard color Midnightblue. In the RGB color space, it consists of 51 red, 36 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 63% cyan, 74% magenta, 0% yellow, and 46% black. This makes it a relatively light 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#33248A
RGB51, 36, 138
HSL248.8°, 58.6%, 34.1%
CMYK63%, 74%, 0%, 46%
HSV248.8°, 73.9%, 54.1%
LAB23.0, 37.2, -54.3
XYZ6.6, 3.8, 24.4
Decimal3351690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.93:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.40:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33248A;
}
.text-color {
color: #33248A;
}
.border-color {
border: 2px solid #33248A;
}