Shades of Steel Blue #3E6FB6
Tints of Steel Blue #3E6FB6
RGB
CMYK
RGB Variations
Color information
#3E6FB6 (or 0x3E6FB6) is known color: Steel Blue. HEX triplet: 3E, 6F and B6. RGB value is (62,111,182). Sum of RGB (Red+Green+Blue) = 62+111+182=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E6FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FB6 is #C19049. Grayscale: #686868. Windows color (decimal): -12685386 or 11956030. OLE color: 11956030.
HSL color Cylindrical-coordinate representation of color #3E6FB6: hue angle of 215.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E6FB6 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 111 | 182 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.29 |
| HSL | 215.5º | 0.49% | 0.48% | - |
| HSV(B) | 215.5º | 0.66% | 0.71% | - |
| XYZ | 16.11 | 15.77 | 46.45 | - |
| YUV | 104.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 182 | 0.66 | 0.39 | 0 | 0.29 | 215.5 | 0.49 | 0.48 |
| Hex | 3E | 6F | B6 | 42 | 27 | 0 | 1D | D8 | 31 | 30 |
| Octal | 76 | 157 | 266 | 102 | 47 | 0 | 35 | 330 | 61 | 60 |
| Binary | 111110 | 1101111 | 10110110 | 1000010 | 100111 | 0 | 11101 | 11011000 | 110001 | 110000 |
Color Harmonies of #3E6FB6
Complementary color
Monochromatic Colors of #3E6FB6
Black with #3E6FB6
Text Example
Text Example
White with #3E6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FB6; }
p { color: rgb(62,111,182); }
H1.HeaderClassName
{
color: #3E6FB6;
}
.AnyTagClassName
{
color: #3E6FB6;
}
</style>
background-color css
<style>
a { background-color: #3E6FB6; }
a { background-color: rgb(62,111,182); }
div.DivClassName
{
background-color: #3E6FB6;
}
.BgClassName
{
background-color: #3E6FB6;
}
</style>
border-color css
<style>
span { border-color: #3E6FB6; }
span { border-color: rgb(62,111,182); }
td.TdClassName
{
border-color: #3E6FB6;
}
.TagClassName
{
border-color: #3E6FB6;
}
</style>