Shades of Steel Blue #3F7FAB
Tints of Steel Blue #3F7FAB
RGB
CMYK
RGB Variations
Color information
#3F7FAB (or 0x3F7FAB) is known color: Steel Blue. HEX triplet: 3F, 7F and AB. RGB value is (63,127,171). Sum of RGB (Red+Green+Blue) = 63+127+171=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FAB is #C08054. Grayscale: #707070. Windows color (decimal): -12615765 or 11239231. OLE color: 11239231.
HSL color Cylindrical-coordinate representation of color #3F7FAB: hue angle of 204.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F7FAB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 127 | 171 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.33 |
| HSL | 204.44º | 0.46% | 0.46% | - |
| HSV(B) | 204.44º | 0.63% | 0.67% | - |
| XYZ | 16.99 | 19.18 | 41.33 | - |
| YUV | 112.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 171 | 0.63 | 0.26 | 0 | 0.33 | 204.44 | 0.46 | 0.46 |
| Hex | 3F | 7F | AB | 3F | 1A | 0 | 21 | CC | 2E | 2E |
| Octal | 77 | 177 | 253 | 77 | 32 | 0 | 41 | 314 | 56 | 56 |
| Binary | 111111 | 1111111 | 10101011 | 111111 | 11010 | 0 | 100001 | 11001100 | 101110 | 101110 |
Color Harmonies of #3F7FAB
Complementary color
Monochromatic Colors of #3F7FAB
Black with #3F7FAB
Text Example
Text Example
White with #3F7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FAB; }
p { color: rgb(63,127,171); }
H1.HeaderClassName
{
color: #3F7FAB;
}
.AnyTagClassName
{
color: #3F7FAB;
}
</style>
background-color css
<style>
a { background-color: #3F7FAB; }
a { background-color: rgb(63,127,171); }
div.DivClassName
{
background-color: #3F7FAB;
}
.BgClassName
{
background-color: #3F7FAB;
}
</style>
border-color css
<style>
span { border-color: #3F7FAB; }
span { border-color: rgb(63,127,171); }
td.TdClassName
{
border-color: #3F7FAB;
}
.TagClassName
{
border-color: #3F7FAB;
}
</style>