Shades of Steel Blue #3E7DB1
Tints of Steel Blue #3E7DB1
RGB
CMYK
RGB Variations
Color information
#3E7DB1 (or 0x3E7DB1) is known color: Steel Blue. HEX triplet: 3E, 7D and B1. RGB value is (62,125,177). Sum of RGB (Red+Green+Blue) = 62+125+177=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E7DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7DB1 is #C1824E. Grayscale: #6F6F6F. Windows color (decimal): -12681807 or 11631934. OLE color: 11631934.
HSL color Cylindrical-coordinate representation of color #3E7DB1: hue angle of 207.13º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7DB1 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 125 | 177 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.31 |
| HSL | 207.13º | 0.48% | 0.47% | - |
| HSV(B) | 207.13º | 0.65% | 0.69% | - |
| XYZ | 17.26 | 18.87 | 44.33 | - |
| YUV | 112.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 177 | 0.65 | 0.29 | 0 | 0.31 | 207.13 | 0.48 | 0.47 |
| Hex | 3E | 7D | B1 | 41 | 1D | 0 | 1F | CF | 30 | 2F |
| Octal | 76 | 175 | 261 | 101 | 35 | 0 | 37 | 317 | 60 | 57 |
| Binary | 111110 | 1111101 | 10110001 | 1000001 | 11101 | 0 | 11111 | 11001111 | 110000 | 101111 |
Color Harmonies of #3E7DB1
Complementary color
Monochromatic Colors of #3E7DB1
Black with #3E7DB1
Text Example
Text Example
White with #3E7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DB1; }
p { color: rgb(62,125,177); }
H1.HeaderClassName
{
color: #3E7DB1;
}
.AnyTagClassName
{
color: #3E7DB1;
}
</style>
background-color css
<style>
a { background-color: #3E7DB1; }
a { background-color: rgb(62,125,177); }
div.DivClassName
{
background-color: #3E7DB1;
}
.BgClassName
{
background-color: #3E7DB1;
}
</style>
border-color css
<style>
span { border-color: #3E7DB1; }
span { border-color: rgb(62,125,177); }
td.TdClassName
{
border-color: #3E7DB1;
}
.TagClassName
{
border-color: #3E7DB1;
}
</style>