Shades of Steel Blue #3E6CBC
Tints of Steel Blue #3E6CBC
RGB
CMYK
RGB Variations
Color information
#3E6CBC (or 0x3E6CBC) is known color: Steel Blue. HEX triplet: 3E, 6C and BC. RGB value is (62,108,188). Sum of RGB (Red+Green+Blue) = 62+108+188=358 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.32% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6CBC is #C19343. Grayscale: #676767. Windows color (decimal): -12686148 or 12348478. OLE color: 12348478.
HSL color Cylindrical-coordinate representation of color #3E6CBC: hue angle of 218.1º 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 #3E6CBC is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 108 | 188 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.26 |
| HSL | 218.1º | 0.5% | 0.49% | - |
| HSV(B) | 218.1º | 0.67% | 0.74% | - |
| XYZ | 16.43 | 15.38 | 49.68 | - |
| YUV | 103.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 188 | 0.67 | 0.43 | 0 | 0.26 | 218.1 | 0.5 | 0.49 |
| Hex | 3E | 6C | BC | 43 | 2B | 0 | 1A | DA | 32 | 31 |
| Octal | 76 | 154 | 274 | 103 | 53 | 0 | 32 | 332 | 62 | 61 |
| Binary | 111110 | 1101100 | 10111100 | 1000011 | 101011 | 0 | 11010 | 11011010 | 110010 | 110001 |
Color Harmonies of #3E6CBC
Complementary color
Monochromatic Colors of #3E6CBC
Black with #3E6CBC
Text Example
Text Example
White with #3E6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6CBC; }
p { color: rgb(62,108,188); }
H1.HeaderClassName
{
color: #3E6CBC;
}
.AnyTagClassName
{
color: #3E6CBC;
}
</style>
background-color css
<style>
a { background-color: #3E6CBC; }
a { background-color: rgb(62,108,188); }
div.DivClassName
{
background-color: #3E6CBC;
}
.BgClassName
{
background-color: #3E6CBC;
}
</style>
border-color css
<style>
span { border-color: #3E6CBC; }
span { border-color: rgb(62,108,188); }
td.TdClassName
{
border-color: #3E6CBC;
}
.TagClassName
{
border-color: #3E6CBC;
}
</style>