Shades of Steel Blue #3F7FB0
Tints of Steel Blue #3F7FB0
RGB
CMYK
RGB Variations
Color information
#3F7FB0 (or 0x3F7FB0) is known color: Steel Blue. HEX triplet: 3F, 7F and B0. RGB value is (63,127,176). Sum of RGB (Red+Green+Blue) = 63+127+176=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F7FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FB0 is #C0804F. Grayscale: #717171. Windows color (decimal): -12615760 or 11566911. OLE color: 11566911.
HSL color Cylindrical-coordinate representation of color #3F7FB0: hue angle of 206.02º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F7FB0 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 127 | 176 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.31 |
| HSL | 206.02º | 0.47% | 0.47% | - |
| HSV(B) | 206.02º | 0.64% | 0.69% | - |
| XYZ | 17.48 | 19.37 | 43.89 | - |
| YUV | 113.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 176 | 0.64 | 0.28 | 0 | 0.31 | 206.02 | 0.47 | 0.47 |
| Hex | 3F | 7F | B0 | 40 | 1C | 0 | 1F | CE | 2F | 2F |
| Octal | 77 | 177 | 260 | 100 | 34 | 0 | 37 | 316 | 57 | 57 |
| Binary | 111111 | 1111111 | 10110000 | 1000000 | 11100 | 0 | 11111 | 11001110 | 101111 | 101111 |
Color Harmonies of #3F7FB0
Complementary color
Monochromatic Colors of #3F7FB0
Black with #3F7FB0
Text Example
Text Example
White with #3F7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FB0; }
p { color: rgb(63,127,176); }
H1.HeaderClassName
{
color: #3F7FB0;
}
.AnyTagClassName
{
color: #3F7FB0;
}
</style>
background-color css
<style>
a { background-color: #3F7FB0; }
a { background-color: rgb(63,127,176); }
div.DivClassName
{
background-color: #3F7FB0;
}
.BgClassName
{
background-color: #3F7FB0;
}
</style>
border-color css
<style>
span { border-color: #3F7FB0; }
span { border-color: rgb(63,127,176); }
td.TdClassName
{
border-color: #3F7FB0;
}
.TagClassName
{
border-color: #3F7FB0;
}
</style>