Shades of Steel Blue #3E7BAB
Tints of Steel Blue #3E7BAB
RGB
CMYK
RGB Variations
Color information
#3E7BAB (or 0x3E7BAB) is known color: Steel Blue. HEX triplet: 3E, 7B and AB. RGB value is (62,123,171). Sum of RGB (Red+Green+Blue) = 62+123+171=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BAB is #C18454. Grayscale: #6D6D6D. Windows color (decimal): -12682325 or 11238206. OLE color: 11238206.
HSL color Cylindrical-coordinate representation of color #3E7BAB: hue angle of 206.42º 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 #3E7BAB is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 123 | 171 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.33 |
| HSL | 206.42º | 0.47% | 0.46% | - |
| HSV(B) | 206.42º | 0.64% | 0.67% | - |
| XYZ | 16.42 | 18.13 | 41.16 | - |
| YUV | 110.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 171 | 0.64 | 0.28 | 0 | 0.33 | 206.42 | 0.47 | 0.46 |
| Hex | 3E | 7B | AB | 40 | 1C | 0 | 21 | CE | 2F | 2E |
| Octal | 76 | 173 | 253 | 100 | 34 | 0 | 41 | 316 | 57 | 56 |
| Binary | 111110 | 1111011 | 10101011 | 1000000 | 11100 | 0 | 100001 | 11001110 | 101111 | 101110 |
Color Harmonies of #3E7BAB
Complementary color
Monochromatic Colors of #3E7BAB
Black with #3E7BAB
Text Example
Text Example
White with #3E7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BAB; }
p { color: rgb(62,123,171); }
H1.HeaderClassName
{
color: #3E7BAB;
}
.AnyTagClassName
{
color: #3E7BAB;
}
</style>
background-color css
<style>
a { background-color: #3E7BAB; }
a { background-color: rgb(62,123,171); }
div.DivClassName
{
background-color: #3E7BAB;
}
.BgClassName
{
background-color: #3E7BAB;
}
</style>
border-color css
<style>
span { border-color: #3E7BAB; }
span { border-color: rgb(62,123,171); }
td.TdClassName
{
border-color: #3E7BAB;
}
.TagClassName
{
border-color: #3E7BAB;
}
</style>