Shades of Steel Blue #3F70BA
Tints of Steel Blue #3F70BA
RGB
CMYK
RGB Variations
Color information
#3F70BA (or 0x3F70BA) is known color: Steel Blue. HEX triplet: 3F, 70 and BA. RGB value is (63,112,186). Sum of RGB (Red+Green+Blue) = 63+112+186=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BA is #C08F45. Grayscale: #696969. Windows color (decimal): -12619590 or 12218431. OLE color: 12218431.
HSL color Cylindrical-coordinate representation of color #3F70BA: hue angle of 216.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F70BA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 112 | 186 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.27 |
| HSL | 216.1º | 0.49% | 0.49% | - |
| HSV(B) | 216.1º | 0.66% | 0.73% | - |
| XYZ | 16.71 | 16.19 | 48.7 | - |
| YUV | 105.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 186 | 0.66 | 0.40 | 0 | 0.27 | 216.1 | 0.49 | 0.49 |
| Hex | 3F | 70 | BA | 42 | 28 | 0 | 1B | D8 | 31 | 31 |
| Octal | 77 | 160 | 272 | 102 | 50 | 0 | 33 | 330 | 61 | 61 |
| Binary | 111111 | 1110000 | 10111010 | 1000010 | 101000 | 0 | 11011 | 11011000 | 110001 | 110001 |
Color Harmonies of #3F70BA
Complementary color
Monochromatic Colors of #3F70BA
Black with #3F70BA
Text Example
Text Example
White with #3F70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70BA; }
p { color: rgb(63,112,186); }
H1.HeaderClassName
{
color: #3F70BA;
}
.AnyTagClassName
{
color: #3F70BA;
}
</style>
background-color css
<style>
a { background-color: #3F70BA; }
a { background-color: rgb(63,112,186); }
div.DivClassName
{
background-color: #3F70BA;
}
.BgClassName
{
background-color: #3F70BA;
}
</style>
border-color css
<style>
span { border-color: #3F70BA; }
span { border-color: rgb(63,112,186); }
td.TdClassName
{
border-color: #3F70BA;
}
.TagClassName
{
border-color: #3F70BA;
}
</style>