Shades of Steel Blue #3E71BC
Tints of Steel Blue #3E71BC
RGB
CMYK
RGB Variations
Color information
#3E71BC (or 0x3E71BC) is known color: Steel Blue. HEX triplet: 3E, 71 and BC. RGB value is (62,113,188). Sum of RGB (Red+Green+Blue) = 62+113+188=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E71BC is #C18E43. Grayscale: #696969. Windows color (decimal): -12684868 or 12349758. OLE color: 12349758.
HSL color Cylindrical-coordinate representation of color #3E71BC: hue angle of 215.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E71BC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 113 | 188 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.26 |
| HSL | 215.71º | 0.5% | 0.49% | - |
| HSV(B) | 215.71º | 0.67% | 0.74% | - |
| XYZ | 16.97 | 16.47 | 49.86 | - |
| YUV | 106.3 | 174.1 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 188 | 0.67 | 0.40 | 0 | 0.26 | 215.71 | 0.5 | 0.49 |
| Hex | 3E | 71 | BC | 43 | 28 | 0 | 1A | D8 | 32 | 31 |
| Octal | 76 | 161 | 274 | 103 | 50 | 0 | 32 | 330 | 62 | 61 |
| Binary | 111110 | 1110001 | 10111100 | 1000011 | 101000 | 0 | 11010 | 11011000 | 110010 | 110001 |
Color Harmonies of #3E71BC
Complementary color
Monochromatic Colors of #3E71BC
Black with #3E71BC
Text Example
Text Example
White with #3E71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E71BC; }
p { color: rgb(62,113,188); }
H1.HeaderClassName
{
color: #3E71BC;
}
.AnyTagClassName
{
color: #3E71BC;
}
</style>
background-color css
<style>
a { background-color: #3E71BC; }
a { background-color: rgb(62,113,188); }
div.DivClassName
{
background-color: #3E71BC;
}
.BgClassName
{
background-color: #3E71BC;
}
</style>
border-color css
<style>
span { border-color: #3E71BC; }
span { border-color: rgb(62,113,188); }
td.TdClassName
{
border-color: #3E71BC;
}
.TagClassName
{
border-color: #3E71BC;
}
</style>