Shades of Steel Blue #3C71C1
Tints of Steel Blue #3C71C1
RGB
CMYK
RGB Variations
Color information
#3C71C1 (or 0x3C71C1) is known color: Steel Blue. HEX triplet: 3C, 71 and C1. RGB value is (60,113,193). Sum of RGB (Red+Green+Blue) = 60+113+193=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C71C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C71C1 is #C38E3E. Grayscale: #696969. Windows color (decimal): -12815935 or 12677436. OLE color: 12677436.
HSL color Cylindrical-coordinate representation of color #3C71C1: hue angle of 216.09º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C71C1 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 113 | 193 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.24 |
| HSL | 216.09º | 0.53% | 0.5% | - |
| HSV(B) | 216.09º | 0.69% | 0.76% | - |
| XYZ | 17.39 | 16.62 | 52.74 | - |
| YUV | 106.27 | 176.94 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 193 | 0.69 | 0.41 | 0 | 0.24 | 216.09 | 0.53 | 0.5 |
| Hex | 3C | 71 | C1 | 45 | 29 | 0 | 18 | D8 | 35 | 32 |
| Octal | 74 | 161 | 301 | 105 | 51 | 0 | 30 | 330 | 65 | 62 |
| Binary | 111100 | 1110001 | 11000001 | 1000101 | 101001 | 0 | 11000 | 11011000 | 110101 | 110010 |
Color Harmonies of #3C71C1
Complementary color
Monochromatic Colors of #3C71C1
Black with #3C71C1
Text Example
Text Example
White with #3C71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71C1; }
p { color: rgb(60,113,193); }
H1.HeaderClassName
{
color: #3C71C1;
}
.AnyTagClassName
{
color: #3C71C1;
}
</style>
background-color css
<style>
a { background-color: #3C71C1; }
a { background-color: rgb(60,113,193); }
div.DivClassName
{
background-color: #3C71C1;
}
.BgClassName
{
background-color: #3C71C1;
}
</style>
border-color css
<style>
span { border-color: #3C71C1; }
span { border-color: rgb(60,113,193); }
td.TdClassName
{
border-color: #3C71C1;
}
.TagClassName
{
border-color: #3C71C1;
}
</style>