Shades of Steel Blue #3E7BAC
Tints of Steel Blue #3E7BAC
RGB
CMYK
RGB Variations
Color information
#3E7BAC (or 0x3E7BAC) is known color: Steel Blue. HEX triplet: 3E, 7B and AC. RGB value is (62,123,172). Sum of RGB (Red+Green+Blue) = 62+123+172=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BAC is #C18453. Grayscale: #6E6E6E. Windows color (decimal): -12682324 or 11303742. OLE color: 11303742.
HSL color Cylindrical-coordinate representation of color #3E7BAC: hue angle of 206.73º 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 #3E7BAC is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 123 | 172 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.33 |
| HSL | 206.73º | 0.47% | 0.46% | - |
| HSV(B) | 206.73º | 0.64% | 0.67% | - |
| XYZ | 16.52 | 18.17 | 41.67 | - |
| YUV | 110.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 172 | 0.64 | 0.28 | 0 | 0.33 | 206.73 | 0.47 | 0.46 |
| Hex | 3E | 7B | AC | 40 | 1C | 0 | 21 | CF | 2F | 2E |
| Octal | 76 | 173 | 254 | 100 | 34 | 0 | 41 | 317 | 57 | 56 |
| Binary | 111110 | 1111011 | 10101100 | 1000000 | 11100 | 0 | 100001 | 11001111 | 101111 | 101110 |
Color Harmonies of #3E7BAC
Complementary color
Monochromatic Colors of #3E7BAC
Black with #3E7BAC
Text Example
Text Example
White with #3E7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BAC; }
p { color: rgb(62,123,172); }
H1.HeaderClassName
{
color: #3E7BAC;
}
.AnyTagClassName
{
color: #3E7BAC;
}
</style>
background-color css
<style>
a { background-color: #3E7BAC; }
a { background-color: rgb(62,123,172); }
div.DivClassName
{
background-color: #3E7BAC;
}
.BgClassName
{
background-color: #3E7BAC;
}
</style>
border-color css
<style>
span { border-color: #3E7BAC; }
span { border-color: rgb(62,123,172); }
td.TdClassName
{
border-color: #3E7BAC;
}
.TagClassName
{
border-color: #3E7BAC;
}
</style>