Shades of Steel Blue #3C72C2
Tints of Steel Blue #3C72C2
RGB
CMYK
RGB Variations
Color information
#3C72C2 (or 0x3C72C2) is known color: Steel Blue. HEX triplet: 3C, 72 and C2. RGB value is (60,114,194). Sum of RGB (Red+Green+Blue) = 60+114+194=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #3C72C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C72C2 is #C38D3D. Grayscale: #6A6A6A. Windows color (decimal): -12815678 or 12743228. OLE color: 12743228.
HSL color Cylindrical-coordinate representation of color #3C72C2: hue angle of 215.82º 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 #3C72C2 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 114 | 194 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.24 |
| HSL | 215.82º | 0.53% | 0.5% | - |
| HSV(B) | 215.82º | 0.69% | 0.76% | - |
| XYZ | 17.62 | 16.89 | 53.37 | - |
| YUV | 106.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 194 | 0.69 | 0.41 | 0 | 0.24 | 215.82 | 0.53 | 0.5 |
| Hex | 3C | 72 | C2 | 45 | 29 | 0 | 18 | D8 | 35 | 32 |
| Octal | 74 | 162 | 302 | 105 | 51 | 0 | 30 | 330 | 65 | 62 |
| Binary | 111100 | 1110010 | 11000010 | 1000101 | 101001 | 0 | 11000 | 11011000 | 110101 | 110010 |
Color Harmonies of #3C72C2
Complementary color
Monochromatic Colors of #3C72C2
Black with #3C72C2
Text Example
Text Example
White with #3C72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C72C2; }
p { color: rgb(60,114,194); }
H1.HeaderClassName
{
color: #3C72C2;
}
.AnyTagClassName
{
color: #3C72C2;
}
</style>
background-color css
<style>
a { background-color: #3C72C2; }
a { background-color: rgb(60,114,194); }
div.DivClassName
{
background-color: #3C72C2;
}
.BgClassName
{
background-color: #3C72C2;
}
</style>
border-color css
<style>
span { border-color: #3C72C2; }
span { border-color: rgb(60,114,194); }
td.TdClassName
{
border-color: #3C72C2;
}
.TagClassName
{
border-color: #3C72C2;
}
</style>