#33A0D3
A medium, moderate blue closely aligning with Steelblue.
About #33A0D3
At its core, #33A0D3 is a medium and moderate hue. Designers often compare it to the standard color Steelblue. In the RGB color space, it consists of 51 red, 160 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 76% cyan, 24% magenta, 0% yellow, and 17% black. With a hue angle of 199.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A0D3
RGB51, 160, 211
HSL199.1°, 64.5%, 51.4%
CMYK76%, 24%, 0%, 17%
HSV199.1°, 75.8%, 82.7%
LAB62.1, -13.4, -34.7
XYZ25.7, 30.5, 66.2
Decimal3383507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0D3;
}
.text-color {
color: #33A0D3;
}
.border-color {
border: 2px solid #33A0D3;
}