Shades of Steel Blue #3E6EBF
Tints of Steel Blue #3E6EBF
RGB
CMYK
RGB Variations
Color information
#3E6EBF (or 0x3E6EBF) is known color: Steel Blue. HEX triplet: 3E, 6E and BF. RGB value is (62,110,191). Sum of RGB (Red+Green+Blue) = 62+110+191=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E6EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6EBF is #C19140. Grayscale: #686868. Windows color (decimal): -12685633 or 12545598. OLE color: 12545598.
HSL color Cylindrical-coordinate representation of color #3E6EBF: hue angle of 217.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E6EBF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 110 | 191 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.25 |
| HSL | 217.67º | 0.51% | 0.5% | - |
| HSV(B) | 217.67º | 0.68% | 0.75% | - |
| XYZ | 16.97 | 15.94 | 51.47 | - |
| YUV | 104.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 191 | 0.68 | 0.42 | 0 | 0.25 | 217.67 | 0.51 | 0.5 |
| Hex | 3E | 6E | BF | 44 | 2A | 0 | 19 | DA | 33 | 32 |
| Octal | 76 | 156 | 277 | 104 | 52 | 0 | 31 | 332 | 63 | 62 |
| Binary | 111110 | 1101110 | 10111111 | 1000100 | 101010 | 0 | 11001 | 11011010 | 110011 | 110010 |
Color Harmonies of #3E6EBF
Complementary color
Monochromatic Colors of #3E6EBF
Black with #3E6EBF
Text Example
Text Example
White with #3E6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6EBF; }
p { color: rgb(62,110,191); }
H1.HeaderClassName
{
color: #3E6EBF;
}
.AnyTagClassName
{
color: #3E6EBF;
}
</style>
background-color css
<style>
a { background-color: #3E6EBF; }
a { background-color: rgb(62,110,191); }
div.DivClassName
{
background-color: #3E6EBF;
}
.BgClassName
{
background-color: #3E6EBF;
}
</style>
border-color css
<style>
span { border-color: #3E6EBF; }
span { border-color: rgb(62,110,191); }
td.TdClassName
{
border-color: #3E6EBF;
}
.TagClassName
{
border-color: #3E6EBF;
}
</style>