Shades of Steel Blue #3C6EB5
Tints of Steel Blue #3C6EB5
RGB
CMYK
RGB Variations
Color information
#3C6EB5 (or 0x3C6EB5) is known color: Steel Blue. HEX triplet: 3C, 6E and B5. RGB value is (60,110,181). Sum of RGB (Red+Green+Blue) = 60+110+181=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C6EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6EB5 is #C3914A. Grayscale: #666666. Windows color (decimal): -12816715 or 11890236. OLE color: 11890236.
HSL color Cylindrical-coordinate representation of color #3C6EB5: hue angle of 215.21º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6EB5 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 110 | 181 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.29 |
| HSL | 215.21º | 0.5% | 0.47% | - |
| HSV(B) | 215.21º | 0.67% | 0.71% | - |
| XYZ | 15.78 | 15.45 | 45.87 | - |
| YUV | 103.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 181 | 0.67 | 0.39 | 0 | 0.29 | 215.21 | 0.5 | 0.47 |
| Hex | 3C | 6E | B5 | 43 | 27 | 0 | 1D | D7 | 32 | 2F |
| Octal | 74 | 156 | 265 | 103 | 47 | 0 | 35 | 327 | 62 | 57 |
| Binary | 111100 | 1101110 | 10110101 | 1000011 | 100111 | 0 | 11101 | 11010111 | 110010 | 101111 |
Color Harmonies of #3C6EB5
Complementary color
Monochromatic Colors of #3C6EB5
Black with #3C6EB5
Text Example
Text Example
White with #3C6EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6EB5; }
p { color: rgb(60,110,181); }
H1.HeaderClassName
{
color: #3C6EB5;
}
.AnyTagClassName
{
color: #3C6EB5;
}
</style>
background-color css
<style>
a { background-color: #3C6EB5; }
a { background-color: rgb(60,110,181); }
div.DivClassName
{
background-color: #3C6EB5;
}
.BgClassName
{
background-color: #3C6EB5;
}
</style>
border-color css
<style>
span { border-color: #3C6EB5; }
span { border-color: rgb(60,110,181); }
td.TdClassName
{
border-color: #3C6EB5;
}
.TagClassName
{
border-color: #3C6EB5;
}
</style>