Shades of Steel Blue #3C71C0
Tints of Steel Blue #3C71C0
RGB
CMYK
RGB Variations
Color information
#3C71C0 (or 0x3C71C0) is known color: Steel Blue. HEX triplet: 3C, 71 and C0. RGB value is (60,113,192). Sum of RGB (Red+Green+Blue) = 60+113+192=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C71C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71C0 is #C38E3F. Grayscale: #696969. Windows color (decimal): -12815936 or 12611900. OLE color: 12611900.
HSL color Cylindrical-coordinate representation of color #3C71C0: hue angle of 215.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C71C0 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 113 | 192 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.25 |
| HSL | 215.91º | 0.52% | 0.49% | - |
| HSV(B) | 215.91º | 0.69% | 0.75% | - |
| XYZ | 17.28 | 16.58 | 52.16 | - |
| YUV | 106.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 192 | 0.69 | 0.41 | 0 | 0.25 | 215.91 | 0.52 | 0.49 |
| Hex | 3C | 71 | C0 | 45 | 29 | 0 | 19 | D8 | 34 | 31 |
| Octal | 74 | 161 | 300 | 105 | 51 | 0 | 31 | 330 | 64 | 61 |
| Binary | 111100 | 1110001 | 11000000 | 1000101 | 101001 | 0 | 11001 | 11011000 | 110100 | 110001 |
Color Harmonies of #3C71C0
Complementary color
Monochromatic Colors of #3C71C0
Black with #3C71C0
Text Example
Text Example
White with #3C71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71C0; }
p { color: rgb(60,113,192); }
H1.HeaderClassName
{
color: #3C71C0;
}
.AnyTagClassName
{
color: #3C71C0;
}
</style>
background-color css
<style>
a { background-color: #3C71C0; }
a { background-color: rgb(60,113,192); }
div.DivClassName
{
background-color: #3C71C0;
}
.BgClassName
{
background-color: #3C71C0;
}
</style>
border-color css
<style>
span { border-color: #3C71C0; }
span { border-color: rgb(60,113,192); }
td.TdClassName
{
border-color: #3C71C0;
}
.TagClassName
{
border-color: #3C71C0;
}
</style>