Shades of Steel Blue #3E7FAC
Tints of Steel Blue #3E7FAC
RGB
CMYK
RGB Variations
Color information
#3E7FAC (or 0x3E7FAC) is known color: Steel Blue. HEX triplet: 3E, 7F and AC. RGB value is (62,127,172). Sum of RGB (Red+Green+Blue) = 62+127+172=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E7FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7FAC is #C18053. Grayscale: #707070. Windows color (decimal): -12681300 or 11304766. OLE color: 11304766.
HSL color Cylindrical-coordinate representation of color #3E7FAC: hue angle of 204.55º 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 #3E7FAC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 127 | 172 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.33 |
| HSL | 204.55º | 0.47% | 0.46% | - |
| HSV(B) | 204.55º | 0.64% | 0.67% | - |
| XYZ | 17.02 | 19.18 | 41.83 | - |
| YUV | 112.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 172 | 0.64 | 0.26 | 0 | 0.33 | 204.55 | 0.47 | 0.46 |
| Hex | 3E | 7F | AC | 40 | 1A | 0 | 21 | CD | 2F | 2E |
| Octal | 76 | 177 | 254 | 100 | 32 | 0 | 41 | 315 | 57 | 56 |
| Binary | 111110 | 1111111 | 10101100 | 1000000 | 11010 | 0 | 100001 | 11001101 | 101111 | 101110 |
Color Harmonies of #3E7FAC
Complementary color
Monochromatic Colors of #3E7FAC
Black with #3E7FAC
Text Example
Text Example
White with #3E7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7FAC; }
p { color: rgb(62,127,172); }
H1.HeaderClassName
{
color: #3E7FAC;
}
.AnyTagClassName
{
color: #3E7FAC;
}
</style>
background-color css
<style>
a { background-color: #3E7FAC; }
a { background-color: rgb(62,127,172); }
div.DivClassName
{
background-color: #3E7FAC;
}
.BgClassName
{
background-color: #3E7FAC;
}
</style>
border-color css
<style>
span { border-color: #3E7FAC; }
span { border-color: rgb(62,127,172); }
td.TdClassName
{
border-color: #3E7FAC;
}
.TagClassName
{
border-color: #3E7FAC;
}
</style>