Shades of Steel Blue #3E71AF
Tints of Steel Blue #3E71AF
RGB
CMYK
RGB Variations
Color information
#3E71AF (or 0x3E71AF) is known color: Steel Blue. HEX triplet: 3E, 71 and AF. RGB value is (62,113,175). Sum of RGB (Red+Green+Blue) = 62+113+175=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E71AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E71AF is #C18E50. Grayscale: #686868. Windows color (decimal): -12684881 or 11497790. OLE color: 11497790.
HSL color Cylindrical-coordinate representation of color #3E71AF: hue angle of 212.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E71AF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 113 | 175 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.31 |
| HSL | 212.92º | 0.48% | 0.46% | - |
| HSV(B) | 212.92º | 0.65% | 0.69% | - |
| XYZ | 15.63 | 15.93 | 42.81 | - |
| YUV | 104.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 175 | 0.65 | 0.35 | 0 | 0.31 | 212.92 | 0.48 | 0.46 |
| Hex | 3E | 71 | AF | 41 | 23 | 0 | 1F | D5 | 30 | 2E |
| Octal | 76 | 161 | 257 | 101 | 43 | 0 | 37 | 325 | 60 | 56 |
| Binary | 111110 | 1110001 | 10101111 | 1000001 | 100011 | 0 | 11111 | 11010101 | 110000 | 101110 |
Color Harmonies of #3E71AF
Complementary color
Monochromatic Colors of #3E71AF
Black with #3E71AF
Text Example
Text Example
White with #3E71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E71AF; }
p { color: rgb(62,113,175); }
H1.HeaderClassName
{
color: #3E71AF;
}
.AnyTagClassName
{
color: #3E71AF;
}
</style>
background-color css
<style>
a { background-color: #3E71AF; }
a { background-color: rgb(62,113,175); }
div.DivClassName
{
background-color: #3E71AF;
}
.BgClassName
{
background-color: #3E71AF;
}
</style>
border-color css
<style>
span { border-color: #3E71AF; }
span { border-color: rgb(62,113,175); }
td.TdClassName
{
border-color: #3E71AF;
}
.TagClassName
{
border-color: #3E71AF;
}
</style>