Shades of Steel Blue #3E7BAF
Tints of Steel Blue #3E7BAF
RGB
CMYK
RGB Variations
Color information
#3E7BAF (or 0x3E7BAF) is known color: Steel Blue. HEX triplet: 3E, 7B and AF. RGB value is (62,123,175). Sum of RGB (Red+Green+Blue) = 62+123+175=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BAF is #C18450. Grayscale: #6E6E6E. Windows color (decimal): -12682321 or 11500350. OLE color: 11500350.
HSL color Cylindrical-coordinate representation of color #3E7BAF: hue angle of 207.61º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7BAF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 123 | 175 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.31 |
| HSL | 207.61º | 0.48% | 0.46% | - |
| HSV(B) | 207.61º | 0.65% | 0.69% | - |
| XYZ | 16.81 | 18.29 | 43.2 | - |
| YUV | 110.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 175 | 0.65 | 0.30 | 0 | 0.31 | 207.61 | 0.48 | 0.46 |
| Hex | 3E | 7B | AF | 41 | 1E | 0 | 1F | D0 | 30 | 2E |
| Octal | 76 | 173 | 257 | 101 | 36 | 0 | 37 | 320 | 60 | 56 |
| Binary | 111110 | 1111011 | 10101111 | 1000001 | 11110 | 0 | 11111 | 11010000 | 110000 | 101110 |
Color Harmonies of #3E7BAF
Complementary color
Monochromatic Colors of #3E7BAF
Black with #3E7BAF
Text Example
Text Example
White with #3E7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BAF; }
p { color: rgb(62,123,175); }
H1.HeaderClassName
{
color: #3E7BAF;
}
.AnyTagClassName
{
color: #3E7BAF;
}
</style>
background-color css
<style>
a { background-color: #3E7BAF; }
a { background-color: rgb(62,123,175); }
div.DivClassName
{
background-color: #3E7BAF;
}
.BgClassName
{
background-color: #3E7BAF;
}
</style>
border-color css
<style>
span { border-color: #3E7BAF; }
span { border-color: rgb(62,123,175); }
td.TdClassName
{
border-color: #3E7BAF;
}
.TagClassName
{
border-color: #3E7BAF;
}
</style>