Shades of Steel Blue #3E7BB0
Tints of Steel Blue #3E7BB0
RGB
CMYK
RGB Variations
Color information
#3E7BB0 (or 0x3E7BB0) is known color: Steel Blue. HEX triplet: 3E, 7B and B0. RGB value is (62,123,176). Sum of RGB (Red+Green+Blue) = 62+123+176=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E7BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7BB0 is #C1844F. Grayscale: #6E6E6E. Windows color (decimal): -12682320 or 11565886. OLE color: 11565886.
HSL color Cylindrical-coordinate representation of color #3E7BB0: hue angle of 207.89º 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 #3E7BB0 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 123 | 176 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.31 |
| HSL | 207.89º | 0.48% | 0.47% | - |
| HSV(B) | 207.89º | 0.65% | 0.69% | - |
| XYZ | 16.91 | 18.32 | 43.72 | - |
| YUV | 110.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 176 | 0.65 | 0.30 | 0 | 0.31 | 207.89 | 0.48 | 0.47 |
| Hex | 3E | 7B | B0 | 41 | 1E | 0 | 1F | D0 | 30 | 2F |
| Octal | 76 | 173 | 260 | 101 | 36 | 0 | 37 | 320 | 60 | 57 |
| Binary | 111110 | 1111011 | 10110000 | 1000001 | 11110 | 0 | 11111 | 11010000 | 110000 | 101111 |
Color Harmonies of #3E7BB0
Complementary color
Monochromatic Colors of #3E7BB0
Black with #3E7BB0
Text Example
Text Example
White with #3E7BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BB0; }
p { color: rgb(62,123,176); }
H1.HeaderClassName
{
color: #3E7BB0;
}
.AnyTagClassName
{
color: #3E7BB0;
}
</style>
background-color css
<style>
a { background-color: #3E7BB0; }
a { background-color: rgb(62,123,176); }
div.DivClassName
{
background-color: #3E7BB0;
}
.BgClassName
{
background-color: #3E7BB0;
}
</style>
border-color css
<style>
span { border-color: #3E7BB0; }
span { border-color: rgb(62,123,176); }
td.TdClassName
{
border-color: #3E7BB0;
}
.TagClassName
{
border-color: #3E7BB0;
}
</style>