Shades of Steel Blue #3F7CAB
Tints of Steel Blue #3F7CAB
RGB
CMYK
RGB Variations
Color information
#3F7CAB (or 0x3F7CAB) is known color: Steel Blue. HEX triplet: 3F, 7C and AB. RGB value is (63,124,171). Sum of RGB (Red+Green+Blue) = 63+124+171=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7CAB is #C08354. Grayscale: #6E6E6E. Windows color (decimal): -12616533 or 11238463. OLE color: 11238463.
HSL color Cylindrical-coordinate representation of color #3F7CAB: hue angle of 206.11º 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 #3F7CAB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 124 | 171 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.33 |
| HSL | 206.11º | 0.46% | 0.46% | - |
| HSV(B) | 206.11º | 0.63% | 0.67% | - |
| XYZ | 16.61 | 18.41 | 41.21 | - |
| YUV | 111.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 171 | 0.63 | 0.27 | 0 | 0.33 | 206.11 | 0.46 | 0.46 |
| Hex | 3F | 7C | AB | 3F | 1B | 0 | 21 | CE | 2E | 2E |
| Octal | 77 | 174 | 253 | 77 | 33 | 0 | 41 | 316 | 56 | 56 |
| Binary | 111111 | 1111100 | 10101011 | 111111 | 11011 | 0 | 100001 | 11001110 | 101110 | 101110 |
Color Harmonies of #3F7CAB
Complementary color
Monochromatic Colors of #3F7CAB
Black with #3F7CAB
Text Example
Text Example
White with #3F7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7CAB; }
p { color: rgb(63,124,171); }
H1.HeaderClassName
{
color: #3F7CAB;
}
.AnyTagClassName
{
color: #3F7CAB;
}
</style>
background-color css
<style>
a { background-color: #3F7CAB; }
a { background-color: rgb(63,124,171); }
div.DivClassName
{
background-color: #3F7CAB;
}
.BgClassName
{
background-color: #3F7CAB;
}
</style>
border-color css
<style>
span { border-color: #3F7CAB; }
span { border-color: rgb(63,124,171); }
td.TdClassName
{
border-color: #3F7CAB;
}
.TagClassName
{
border-color: #3F7CAB;
}
</style>