Shades of Steel Blue #3E7EAC
Tints of Steel Blue #3E7EAC
RGB
CMYK
RGB Variations
Color information
#3E7EAC (or 0x3E7EAC) is known color: Steel Blue. HEX triplet: 3E, 7E and AC. RGB value is (62,126,172). Sum of RGB (Red+Green+Blue) = 62+126+172=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7EAC is #C18153. Grayscale: #6F6F6F. Windows color (decimal): -12681556 or 11304510. OLE color: 11304510.
HSL color Cylindrical-coordinate representation of color #3E7EAC: hue angle of 205.09º 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 #3E7EAC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 126 | 172 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.33 |
| HSL | 205.09º | 0.47% | 0.46% | - |
| HSV(B) | 205.09º | 0.64% | 0.67% | - |
| XYZ | 16.89 | 18.92 | 41.79 | - |
| YUV | 112.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 172 | 0.64 | 0.27 | 0 | 0.33 | 205.09 | 0.47 | 0.46 |
| Hex | 3E | 7E | AC | 40 | 1B | 0 | 21 | CD | 2F | 2E |
| Octal | 76 | 176 | 254 | 100 | 33 | 0 | 41 | 315 | 57 | 56 |
| Binary | 111110 | 1111110 | 10101100 | 1000000 | 11011 | 0 | 100001 | 11001101 | 101111 | 101110 |
Color Harmonies of #3E7EAC
Complementary color
Monochromatic Colors of #3E7EAC
Black with #3E7EAC
Text Example
Text Example
White with #3E7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7EAC; }
p { color: rgb(62,126,172); }
H1.HeaderClassName
{
color: #3E7EAC;
}
.AnyTagClassName
{
color: #3E7EAC;
}
</style>
background-color css
<style>
a { background-color: #3E7EAC; }
a { background-color: rgb(62,126,172); }
div.DivClassName
{
background-color: #3E7EAC;
}
.BgClassName
{
background-color: #3E7EAC;
}
</style>
border-color css
<style>
span { border-color: #3E7EAC; }
span { border-color: rgb(62,126,172); }
td.TdClassName
{
border-color: #3E7EAC;
}
.TagClassName
{
border-color: #3E7EAC;
}
</style>