#3349AF
A medium, moderate blue closely aligning with Slateblue.
About #3349AF
The hex code #3349AF represents a beautifully specific shade of blue. Its closest recognized web color is Slateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 73, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 58% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3349AF
RGB51, 73, 175
HSL229.4°, 54.9%, 44.3%
CMYK71%, 58%, 0%, 31%
HSV229.4°, 70.9%, 68.6%
LAB35.1, 26.8, -57.0
XYZ11.5, 8.6, 41.6
Decimal3361199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.74:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3349AF;
}
.text-color {
color: #3349AF;
}
.border-color {
border: 2px solid #3349AF;
}