Shades of Steel Blue #3E6DBB
Tints of Steel Blue #3E6DBB
RGB
CMYK
RGB Variations
Color information
#3E6DBB (or 0x3E6DBB) is known color: Steel Blue. HEX triplet: 3E, 6D and BB. RGB value is (62,109,187). Sum of RGB (Red+Green+Blue) = 62+109+187=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DBB is #C19244. Grayscale: #676767. Windows color (decimal): -12685893 or 12283198. OLE color: 12283198.
HSL color Cylindrical-coordinate representation of color #3E6DBB: hue angle of 217.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6DBB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 109 | 187 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.27 |
| HSL | 217.44º | 0.5% | 0.49% | - |
| HSV(B) | 217.44º | 0.67% | 0.73% | - |
| XYZ | 16.42 | 15.55 | 49.15 | - |
| YUV | 103.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 187 | 0.67 | 0.42 | 0 | 0.27 | 217.44 | 0.5 | 0.49 |
| Hex | 3E | 6D | BB | 43 | 2A | 0 | 1B | D9 | 32 | 31 |
| Octal | 76 | 155 | 273 | 103 | 52 | 0 | 33 | 331 | 62 | 61 |
| Binary | 111110 | 1101101 | 10111011 | 1000011 | 101010 | 0 | 11011 | 11011001 | 110010 | 110001 |
Color Harmonies of #3E6DBB
Complementary color
Monochromatic Colors of #3E6DBB
Black with #3E6DBB
Text Example
Text Example
White with #3E6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DBB; }
p { color: rgb(62,109,187); }
H1.HeaderClassName
{
color: #3E6DBB;
}
.AnyTagClassName
{
color: #3E6DBB;
}
</style>
background-color css
<style>
a { background-color: #3E6DBB; }
a { background-color: rgb(62,109,187); }
div.DivClassName
{
background-color: #3E6DBB;
}
.BgClassName
{
background-color: #3E6DBB;
}
</style>
border-color css
<style>
span { border-color: #3E6DBB; }
span { border-color: rgb(62,109,187); }
td.TdClassName
{
border-color: #3E6DBB;
}
.TagClassName
{
border-color: #3E6DBB;
}
</style>