#3392CC
A medium, moderate blue closely aligning with Steelblue.
About #3392CC
The precise color #3392CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 51 red, 146 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 75% cyan, 28% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3392CC
RGB51, 146, 204
HSL202.7°, 60.0%, 50.0%
CMYK75%, 28%, 0%, 20%
HSV202.7°, 75.0%, 80.0%
LAB57.7, -8.1, -37.7
XYZ22.5, 25.6, 60.9
Decimal3379916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3392CC;
}
.text-color {
color: #3392CC;
}
.border-color {
border: 2px solid #3392CC;
}