#3A92BD
A medium, moderate blue closely aligning with Steelblue.
About #3A92BD
Visually, #3A92BD is defined as a moderate blue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 58 red, 146 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 69% Cyan, 23% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
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#3A92BD
RGB58, 146, 189
HSL199.7°, 53.0%, 48.4%
CMYK69%, 23%, 0%, 26%
HSV199.7°, 69.3%, 74.1%
LAB57.2, -12.3, -30.0
XYZ21.2, 25.1, 51.9
Decimal3838653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A92BD;
}
.text-color {
color: #3A92BD;
}
.border-color {
border: 2px solid #3A92BD;
}