Shades of Steel Blue #3F70BC
Tints of Steel Blue #3F70BC
RGB
CMYK
RGB Variations
Color information
#3F70BC (or 0x3F70BC) is known color: Steel Blue. HEX triplet: 3F, 70 and BC. RGB value is (63,112,188). Sum of RGB (Red+Green+Blue) = 63+112+188=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F70BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BC is #C08F43. Grayscale: #696969. Windows color (decimal): -12619588 or 12349503. OLE color: 12349503.
HSL color Cylindrical-coordinate representation of color #3F70BC: hue angle of 216.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F70BC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 112 | 188 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.26 |
| HSL | 216.48º | 0.5% | 0.49% | - |
| HSV(B) | 216.48º | 0.66% | 0.74% | - |
| XYZ | 16.92 | 16.28 | 49.83 | - |
| YUV | 106.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 188 | 0.66 | 0.40 | 0 | 0.26 | 216.48 | 0.5 | 0.49 |
| Hex | 3F | 70 | BC | 42 | 28 | 0 | 1A | D8 | 32 | 31 |
| Octal | 77 | 160 | 274 | 102 | 50 | 0 | 32 | 330 | 62 | 61 |
| Binary | 111111 | 1110000 | 10111100 | 1000010 | 101000 | 0 | 11010 | 11011000 | 110010 | 110001 |
Color Harmonies of #3F70BC
Complementary color
Monochromatic Colors of #3F70BC
Black with #3F70BC
Text Example
Text Example
White with #3F70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70BC; }
p { color: rgb(63,112,188); }
H1.HeaderClassName
{
color: #3F70BC;
}
.AnyTagClassName
{
color: #3F70BC;
}
</style>
background-color css
<style>
a { background-color: #3F70BC; }
a { background-color: rgb(63,112,188); }
div.DivClassName
{
background-color: #3F70BC;
}
.BgClassName
{
background-color: #3F70BC;
}
</style>
border-color css
<style>
span { border-color: #3F70BC; }
span { border-color: rgb(63,112,188); }
td.TdClassName
{
border-color: #3F70BC;
}
.TagClassName
{
border-color: #3F70BC;
}
</style>