Shades of Steel Blue #3F70BF
Tints of Steel Blue #3F70BF
RGB
CMYK
RGB Variations
Color information
#3F70BF (or 0x3F70BF) is known color: Steel Blue. HEX triplet: 3F, 70 and BF. RGB value is (63,112,191). Sum of RGB (Red+Green+Blue) = 63+112+191=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F70BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70BF is #C08F40. Grayscale: #696969. Windows color (decimal): -12619585 or 12546111. OLE color: 12546111.
HSL color Cylindrical-coordinate representation of color #3F70BF: hue angle of 217.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F70BF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 112 | 191 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.25 |
| HSL | 217.03º | 0.5% | 0.5% | - |
| HSV(B) | 217.03º | 0.67% | 0.75% | - |
| XYZ | 17.25 | 16.41 | 51.55 | - |
| YUV | 106.36 | 175.77 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 191 | 0.67 | 0.41 | 0 | 0.25 | 217.03 | 0.5 | 0.5 |
| Hex | 3F | 70 | BF | 43 | 29 | 0 | 19 | D9 | 32 | 32 |
| Octal | 77 | 160 | 277 | 103 | 51 | 0 | 31 | 331 | 62 | 62 |
| Binary | 111111 | 1110000 | 10111111 | 1000011 | 101001 | 0 | 11001 | 11011001 | 110010 | 110010 |
Color Harmonies of #3F70BF
Complementary color
Monochromatic Colors of #3F70BF
Black with #3F70BF
Text Example
Text Example
White with #3F70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70BF; }
p { color: rgb(63,112,191); }
H1.HeaderClassName
{
color: #3F70BF;
}
.AnyTagClassName
{
color: #3F70BF;
}
</style>
background-color css
<style>
a { background-color: #3F70BF; }
a { background-color: rgb(63,112,191); }
div.DivClassName
{
background-color: #3F70BF;
}
.BgClassName
{
background-color: #3F70BF;
}
</style>
border-color css
<style>
span { border-color: #3F70BF; }
span { border-color: rgb(63,112,191); }
td.TdClassName
{
border-color: #3F70BF;
}
.TagClassName
{
border-color: #3F70BF;
}
</style>