#3A92CC
A medium, moderate blue closely aligning with Steelblue.
About #3A92CC
Visually, #3A92CC is defined as a moderate blue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(58, 146, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 72% cyan, 28% magenta, 0% yellow, and 20% black. With a hue angle of 203.8 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A92CC
RGB58, 146, 204
HSL203.8°, 58.9%, 51.4%
CMYK72%, 28%, 0%, 20%
HSV203.8°, 71.6%, 80.0%
LAB57.9, -7.1, -37.4
XYZ22.9, 25.8, 60.9
Decimal3838668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A92CC;
}
.text-color {
color: #3A92CC;
}
.border-color {
border: 2px solid #3A92CC;
}