Shades of Steel Blue #3C70B3
Tints of Steel Blue #3C70B3
RGB
CMYK
RGB Variations
Color information
#3C70B3 (or 0x3C70B3) is known color: Steel Blue. HEX triplet: 3C, 70 and B3. RGB value is (60,112,179). Sum of RGB (Red+Green+Blue) = 60+112+179=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C70B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C70B3 is #C38F4C. Grayscale: #676767. Windows color (decimal): -12816205 or 11759676. OLE color: 11759676.
HSL color Cylindrical-coordinate representation of color #3C70B3: hue angle of 213.78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C70B3 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 112 | 179 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.30 |
| HSL | 213.78º | 0.5% | 0.47% | - |
| HSV(B) | 213.78º | 0.66% | 0.7% | - |
| XYZ | 15.79 | 15.8 | 44.87 | - |
| YUV | 104.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 179 | 0.66 | 0.37 | 0 | 0.30 | 213.78 | 0.5 | 0.47 |
| Hex | 3C | 70 | B3 | 42 | 25 | 0 | 1E | D6 | 32 | 2F |
| Octal | 74 | 160 | 263 | 102 | 45 | 0 | 36 | 326 | 62 | 57 |
| Binary | 111100 | 1110000 | 10110011 | 1000010 | 100101 | 0 | 11110 | 11010110 | 110010 | 101111 |
Color Harmonies of #3C70B3
Complementary color
Monochromatic Colors of #3C70B3
Black with #3C70B3
Text Example
Text Example
White with #3C70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70B3; }
p { color: rgb(60,112,179); }
H1.HeaderClassName
{
color: #3C70B3;
}
.AnyTagClassName
{
color: #3C70B3;
}
</style>
background-color css
<style>
a { background-color: #3C70B3; }
a { background-color: rgb(60,112,179); }
div.DivClassName
{
background-color: #3C70B3;
}
.BgClassName
{
background-color: #3C70B3;
}
</style>
border-color css
<style>
span { border-color: #3C70B3; }
span { border-color: rgb(60,112,179); }
td.TdClassName
{
border-color: #3C70B3;
}
.TagClassName
{
border-color: #3C70B3;
}
</style>