Shades of Steel Blue #3E7DAB
Tints of Steel Blue #3E7DAB
RGB
CMYK
RGB Variations
Color information
#3E7DAB (or 0x3E7DAB) is known color: Steel Blue. HEX triplet: 3E, 7D and AB. RGB value is (62,125,171). Sum of RGB (Red+Green+Blue) = 62+125+171=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7DAB is #C18254. Grayscale: #6F6F6F. Windows color (decimal): -12681813 or 11238718. OLE color: 11238718.
HSL color Cylindrical-coordinate representation of color #3E7DAB: hue angle of 205.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E7DAB is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 125 | 171 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.33 |
| HSL | 205.32º | 0.47% | 0.46% | - |
| HSV(B) | 205.32º | 0.64% | 0.67% | - |
| XYZ | 16.67 | 18.63 | 41.25 | - |
| YUV | 111.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 171 | 0.64 | 0.27 | 0 | 0.33 | 205.32 | 0.47 | 0.46 |
| Hex | 3E | 7D | AB | 40 | 1B | 0 | 21 | CD | 2F | 2E |
| Octal | 76 | 175 | 253 | 100 | 33 | 0 | 41 | 315 | 57 | 56 |
| Binary | 111110 | 1111101 | 10101011 | 1000000 | 11011 | 0 | 100001 | 11001101 | 101111 | 101110 |
Color Harmonies of #3E7DAB
Complementary color
Monochromatic Colors of #3E7DAB
Black with #3E7DAB
Text Example
Text Example
White with #3E7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DAB; }
p { color: rgb(62,125,171); }
H1.HeaderClassName
{
color: #3E7DAB;
}
.AnyTagClassName
{
color: #3E7DAB;
}
</style>
background-color css
<style>
a { background-color: #3E7DAB; }
a { background-color: rgb(62,125,171); }
div.DivClassName
{
background-color: #3E7DAB;
}
.BgClassName
{
background-color: #3E7DAB;
}
</style>
border-color css
<style>
span { border-color: #3E7DAB; }
span { border-color: rgb(62,125,171); }
td.TdClassName
{
border-color: #3E7DAB;
}
.TagClassName
{
border-color: #3E7DAB;
}
</style>