Shades of Steel Blue #3E6FB3
Tints of Steel Blue #3E6FB3
RGB
CMYK
RGB Variations
Color information
#3E6FB3 (or 0x3E6FB3) is known color: Steel Blue. HEX triplet: 3E, 6F and B3. RGB value is (62,111,179). Sum of RGB (Red+Green+Blue) = 62+111+179=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E6FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FB3 is #C1904C. Grayscale: #676767. Windows color (decimal): -12685389 or 11759422. OLE color: 11759422.
HSL color Cylindrical-coordinate representation of color #3E6FB3: hue angle of 214.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E6FB3 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 111 | 179 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.30 |
| HSL | 214.87º | 0.49% | 0.47% | - |
| HSV(B) | 214.87º | 0.65% | 0.7% | - |
| XYZ | 15.81 | 15.65 | 44.83 | - |
| YUV | 104.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 179 | 0.65 | 0.38 | 0 | 0.30 | 214.87 | 0.49 | 0.47 |
| Hex | 3E | 6F | B3 | 41 | 26 | 0 | 1E | D7 | 31 | 2F |
| Octal | 76 | 157 | 263 | 101 | 46 | 0 | 36 | 327 | 61 | 57 |
| Binary | 111110 | 1101111 | 10110011 | 1000001 | 100110 | 0 | 11110 | 11010111 | 110001 | 101111 |
Color Harmonies of #3E6FB3
Complementary color
Monochromatic Colors of #3E6FB3
Black with #3E6FB3
Text Example
Text Example
White with #3E6FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FB3; }
p { color: rgb(62,111,179); }
H1.HeaderClassName
{
color: #3E6FB3;
}
.AnyTagClassName
{
color: #3E6FB3;
}
</style>
background-color css
<style>
a { background-color: #3E6FB3; }
a { background-color: rgb(62,111,179); }
div.DivClassName
{
background-color: #3E6FB3;
}
.BgClassName
{
background-color: #3E6FB3;
}
</style>
border-color css
<style>
span { border-color: #3E6FB3; }
span { border-color: rgb(62,111,179); }
td.TdClassName
{
border-color: #3E6FB3;
}
.TagClassName
{
border-color: #3E6FB3;
}
</style>