Shades of Steel Blue #3E7CB0
Tints of Steel Blue #3E7CB0
RGB
CMYK
RGB Variations
Color information
#3E7CB0 (or 0x3E7CB0) is known color: Steel Blue. HEX triplet: 3E, 7C and B0. RGB value is (62,124,176). Sum of RGB (Red+Green+Blue) = 62+124+176=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E7CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7CB0 is #C1834F. Grayscale: #6F6F6F. Windows color (decimal): -12682064 or 11566142. OLE color: 11566142.
HSL color Cylindrical-coordinate representation of color #3E7CB0: hue angle of 207.37º 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 #3E7CB0 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 124 | 176 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.31 |
| HSL | 207.37º | 0.48% | 0.47% | - |
| HSV(B) | 207.37º | 0.65% | 0.69% | - |
| XYZ | 17.03 | 18.57 | 43.76 | - |
| YUV | 111.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 124 | 176 | 0.65 | 0.30 | 0 | 0.31 | 207.37 | 0.48 | 0.47 |
| Hex | 3E | 7C | B0 | 41 | 1E | 0 | 1F | CF | 30 | 2F |
| Octal | 76 | 174 | 260 | 101 | 36 | 0 | 37 | 317 | 60 | 57 |
| Binary | 111110 | 1111100 | 10110000 | 1000001 | 11110 | 0 | 11111 | 11001111 | 110000 | 101111 |
Color Harmonies of #3E7CB0
Complementary color
Monochromatic Colors of #3E7CB0
Black with #3E7CB0
Text Example
Text Example
White with #3E7CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7CB0; }
p { color: rgb(62,124,176); }
H1.HeaderClassName
{
color: #3E7CB0;
}
.AnyTagClassName
{
color: #3E7CB0;
}
</style>
background-color css
<style>
a { background-color: #3E7CB0; }
a { background-color: rgb(62,124,176); }
div.DivClassName
{
background-color: #3E7CB0;
}
.BgClassName
{
background-color: #3E7CB0;
}
</style>
border-color css
<style>
span { border-color: #3E7CB0; }
span { border-color: rgb(62,124,176); }
td.TdClassName
{
border-color: #3E7CB0;
}
.TagClassName
{
border-color: #3E7CB0;
}
</style>