Shades of Steel Blue #3E7FAB
Tints of Steel Blue #3E7FAB
RGB
CMYK
RGB Variations
Color information
#3E7FAB (or 0x3E7FAB) is known color: Steel Blue. HEX triplet: 3E, 7F and AB. RGB value is (62,127,171). Sum of RGB (Red+Green+Blue) = 62+127+171=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7FAB is #C18054. Grayscale: #707070. Windows color (decimal): -12681301 or 11239230. OLE color: 11239230.
HSL color Cylindrical-coordinate representation of color #3E7FAB: hue angle of 204.22º 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 #3E7FAB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 127 | 171 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.33 |
| HSL | 204.22º | 0.47% | 0.46% | - |
| HSV(B) | 204.22º | 0.64% | 0.67% | - |
| XYZ | 16.93 | 19.14 | 41.33 | - |
| YUV | 112.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 171 | 0.64 | 0.26 | 0 | 0.33 | 204.22 | 0.47 | 0.46 |
| Hex | 3E | 7F | AB | 40 | 1A | 0 | 21 | CC | 2F | 2E |
| Octal | 76 | 177 | 253 | 100 | 32 | 0 | 41 | 314 | 57 | 56 |
| Binary | 111110 | 1111111 | 10101011 | 1000000 | 11010 | 0 | 100001 | 11001100 | 101111 | 101110 |
Color Harmonies of #3E7FAB
Complementary color
Monochromatic Colors of #3E7FAB
Black with #3E7FAB
Text Example
Text Example
White with #3E7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7FAB; }
p { color: rgb(62,127,171); }
H1.HeaderClassName
{
color: #3E7FAB;
}
.AnyTagClassName
{
color: #3E7FAB;
}
</style>
background-color css
<style>
a { background-color: #3E7FAB; }
a { background-color: rgb(62,127,171); }
div.DivClassName
{
background-color: #3E7FAB;
}
.BgClassName
{
background-color: #3E7FAB;
}
</style>
border-color css
<style>
span { border-color: #3E7FAB; }
span { border-color: rgb(62,127,171); }
td.TdClassName
{
border-color: #3E7FAB;
}
.TagClassName
{
border-color: #3E7FAB;
}
</style>