Shades of Steel Blue #3E6DBC
Tints of Steel Blue #3E6DBC
RGB
CMYK
RGB Variations
Color information
#3E6DBC (or 0x3E6DBC) is known color: Steel Blue. HEX triplet: 3E, 6D and BC. RGB value is (62,109,188). Sum of RGB (Red+Green+Blue) = 62+109+188=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E6DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DBC is #C19243. Grayscale: #676767. Windows color (decimal): -12685892 or 12348734. OLE color: 12348734.
HSL color Cylindrical-coordinate representation of color #3E6DBC: hue angle of 217.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6DBC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 109 | 188 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.26 |
| HSL | 217.62º | 0.5% | 0.49% | - |
| HSV(B) | 217.62º | 0.67% | 0.74% | - |
| XYZ | 16.53 | 15.59 | 49.72 | - |
| YUV | 103.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 188 | 0.67 | 0.42 | 0 | 0.26 | 217.62 | 0.5 | 0.49 |
| Hex | 3E | 6D | BC | 43 | 2A | 0 | 1A | DA | 32 | 31 |
| Octal | 76 | 155 | 274 | 103 | 52 | 0 | 32 | 332 | 62 | 61 |
| Binary | 111110 | 1101101 | 10111100 | 1000011 | 101010 | 0 | 11010 | 11011010 | 110010 | 110001 |
Color Harmonies of #3E6DBC
Complementary color
Monochromatic Colors of #3E6DBC
Black with #3E6DBC
Text Example
Text Example
White with #3E6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DBC; }
p { color: rgb(62,109,188); }
H1.HeaderClassName
{
color: #3E6DBC;
}
.AnyTagClassName
{
color: #3E6DBC;
}
</style>
background-color css
<style>
a { background-color: #3E6DBC; }
a { background-color: rgb(62,109,188); }
div.DivClassName
{
background-color: #3E6DBC;
}
.BgClassName
{
background-color: #3E6DBC;
}
</style>
border-color css
<style>
span { border-color: #3E6DBC; }
span { border-color: rgb(62,109,188); }
td.TdClassName
{
border-color: #3E6DBC;
}
.TagClassName
{
border-color: #3E6DBC;
}
</style>