Shades of Steel Blue #3C70BC
Tints of Steel Blue #3C70BC
RGB
CMYK
RGB Variations
Color information
#3C70BC (or 0x3C70BC) is known color: Steel Blue. HEX triplet: 3C, 70 and BC. RGB value is (60,112,188). Sum of RGB (Red+Green+Blue) = 60+112+188=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70BC is #C38F43. Grayscale: #686868. Windows color (decimal): -12816196 or 12349500. OLE color: 12349500.
HSL color Cylindrical-coordinate representation of color #3C70BC: hue angle of 215.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C70BC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 112 | 188 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.26 |
| HSL | 215.63º | 0.52% | 0.49% | - |
| HSV(B) | 215.63º | 0.68% | 0.74% | - |
| XYZ | 16.73 | 16.18 | 49.82 | - |
| YUV | 105.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 188 | 0.68 | 0.40 | 0 | 0.26 | 215.63 | 0.52 | 0.49 |
| Hex | 3C | 70 | BC | 44 | 28 | 0 | 1A | D8 | 34 | 31 |
| Octal | 74 | 160 | 274 | 104 | 50 | 0 | 32 | 330 | 64 | 61 |
| Binary | 111100 | 1110000 | 10111100 | 1000100 | 101000 | 0 | 11010 | 11011000 | 110100 | 110001 |
Color Harmonies of #3C70BC
Complementary color
Monochromatic Colors of #3C70BC
Black with #3C70BC
Text Example
Text Example
White with #3C70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70BC; }
p { color: rgb(60,112,188); }
H1.HeaderClassName
{
color: #3C70BC;
}
.AnyTagClassName
{
color: #3C70BC;
}
</style>
background-color css
<style>
a { background-color: #3C70BC; }
a { background-color: rgb(60,112,188); }
div.DivClassName
{
background-color: #3C70BC;
}
.BgClassName
{
background-color: #3C70BC;
}
</style>
border-color css
<style>
span { border-color: #3C70BC; }
span { border-color: rgb(60,112,188); }
td.TdClassName
{
border-color: #3C70BC;
}
.TagClassName
{
border-color: #3C70BC;
}
</style>