Shades of Steel Blue #3C6FB6
Tints of Steel Blue #3C6FB6
RGB
CMYK
RGB Variations
Color information
#3C6FB6 (or 0x3C6FB6) is known color: Steel Blue. HEX triplet: 3C, 6F and B6. RGB value is (60,111,182). Sum of RGB (Red+Green+Blue) = 60+111+182=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C6FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6FB6 is #C39049. Grayscale: #676767. Windows color (decimal): -12816458 or 11956028. OLE color: 11956028.
HSL color Cylindrical-coordinate representation of color #3C6FB6: hue angle of 214.92º 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 #3C6FB6 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 111 | 182 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.29 |
| HSL | 214.92º | 0.5% | 0.47% | - |
| HSV(B) | 214.92º | 0.67% | 0.71% | - |
| XYZ | 15.99 | 15.71 | 46.44 | - |
| YUV | 103.85 | 172.1 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 182 | 0.67 | 0.39 | 0 | 0.29 | 214.92 | 0.5 | 0.47 |
| Hex | 3C | 6F | B6 | 43 | 27 | 0 | 1D | D7 | 32 | 2F |
| Octal | 74 | 157 | 266 | 103 | 47 | 0 | 35 | 327 | 62 | 57 |
| Binary | 111100 | 1101111 | 10110110 | 1000011 | 100111 | 0 | 11101 | 11010111 | 110010 | 101111 |
Color Harmonies of #3C6FB6
Complementary color
Monochromatic Colors of #3C6FB6
Black with #3C6FB6
Text Example
Text Example
White with #3C6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6FB6; }
p { color: rgb(60,111,182); }
H1.HeaderClassName
{
color: #3C6FB6;
}
.AnyTagClassName
{
color: #3C6FB6;
}
</style>
background-color css
<style>
a { background-color: #3C6FB6; }
a { background-color: rgb(60,111,182); }
div.DivClassName
{
background-color: #3C6FB6;
}
.BgClassName
{
background-color: #3C6FB6;
}
</style>
border-color css
<style>
span { border-color: #3C6FB6; }
span { border-color: rgb(60,111,182); }
td.TdClassName
{
border-color: #3C6FB6;
}
.TagClassName
{
border-color: #3C6FB6;
}
</style>