Shades of Steel Blue #3F7DAB
Tints of Steel Blue #3F7DAB
RGB
CMYK
RGB Variations
Color information
#3F7DAB (or 0x3F7DAB) is known color: Steel Blue. HEX triplet: 3F, 7D and AB. RGB value is (63,125,171). Sum of RGB (Red+Green+Blue) = 63+125+171=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7DAB is #C08254. Grayscale: #6F6F6F. Windows color (decimal): -12616277 or 11238719. OLE color: 11238719.
HSL color Cylindrical-coordinate representation of color #3F7DAB: hue angle of 205.56º 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 #3F7DAB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 125 | 171 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.33 |
| HSL | 205.56º | 0.46% | 0.46% | - |
| HSV(B) | 205.56º | 0.63% | 0.67% | - |
| XYZ | 16.73 | 18.66 | 41.25 | - |
| YUV | 111.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 125 | 171 | 0.63 | 0.27 | 0 | 0.33 | 205.56 | 0.46 | 0.46 |
| Hex | 3F | 7D | AB | 3F | 1B | 0 | 21 | CE | 2E | 2E |
| Octal | 77 | 175 | 253 | 77 | 33 | 0 | 41 | 316 | 56 | 56 |
| Binary | 111111 | 1111101 | 10101011 | 111111 | 11011 | 0 | 100001 | 11001110 | 101110 | 101110 |
Color Harmonies of #3F7DAB
Complementary color
Monochromatic Colors of #3F7DAB
Black with #3F7DAB
Text Example
Text Example
White with #3F7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7DAB; }
p { color: rgb(63,125,171); }
H1.HeaderClassName
{
color: #3F7DAB;
}
.AnyTagClassName
{
color: #3F7DAB;
}
</style>
background-color css
<style>
a { background-color: #3F7DAB; }
a { background-color: rgb(63,125,171); }
div.DivClassName
{
background-color: #3F7DAB;
}
.BgClassName
{
background-color: #3F7DAB;
}
</style>
border-color css
<style>
span { border-color: #3F7DAB; }
span { border-color: rgb(63,125,171); }
td.TdClassName
{
border-color: #3F7DAB;
}
.TagClassName
{
border-color: #3F7DAB;
}
</style>