#3383A0
A medium, moderate blue closely aligning with Steelblue.
About #3383A0
When working with digital screens, the color #3383A0 is rendered by mixing light. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 51 red, 131 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 68% C, 18% M, 0% Y, and 37% K. The HSL representation is 196.0° hue, 51.7% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3383A0
RGB51, 131, 160
HSL196.0°, 51.7%, 41.4%
CMYK68%, 18%, 0%, 37%
HSV196.0°, 68.1%, 62.7%
LAB51.2, -14.7, -22.6
XYZ15.8, 19.5, 36.2
Decimal3376032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.29:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.10:1
Text on #F8FAFC
AA Large
4.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3383A0;
}
.text-color {
color: #3383A0;
}
.border-color {
border: 2px solid #3383A0;
}