Shades of Steel Blue #3F7AAB
Tints of Steel Blue #3F7AAB
RGB
CMYK
RGB Variations
Color information
#3F7AAB (or 0x3F7AAB) is known color: Steel Blue. HEX triplet: 3F, 7A and AB. RGB value is (63,122,171). Sum of RGB (Red+Green+Blue) = 63+122+171=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAB is #C08554. Grayscale: #6D6D6D. Windows color (decimal): -12617045 or 11237951. OLE color: 11237951.
HSL color Cylindrical-coordinate representation of color #3F7AAB: hue angle of 207.22º 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 #3F7AAB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 122 | 171 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.33 |
| HSL | 207.22º | 0.46% | 0.46% | - |
| HSV(B) | 207.22º | 0.63% | 0.67% | - |
| XYZ | 16.36 | 17.92 | 41.12 | - |
| YUV | 109.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 171 | 0.63 | 0.29 | 0 | 0.33 | 207.22 | 0.46 | 0.46 |
| Hex | 3F | 7A | AB | 3F | 1D | 0 | 21 | CF | 2E | 2E |
| Octal | 77 | 172 | 253 | 77 | 35 | 0 | 41 | 317 | 56 | 56 |
| Binary | 111111 | 1111010 | 10101011 | 111111 | 11101 | 0 | 100001 | 11001111 | 101110 | 101110 |
Color Harmonies of #3F7AAB
Complementary color
Monochromatic Colors of #3F7AAB
Black with #3F7AAB
Text Example
Text Example
White with #3F7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7AAB; }
p { color: rgb(63,122,171); }
H1.HeaderClassName
{
color: #3F7AAB;
}
.AnyTagClassName
{
color: #3F7AAB;
}
</style>
background-color css
<style>
a { background-color: #3F7AAB; }
a { background-color: rgb(63,122,171); }
div.DivClassName
{
background-color: #3F7AAB;
}
.BgClassName
{
background-color: #3F7AAB;
}
</style>
border-color css
<style>
span { border-color: #3F7AAB; }
span { border-color: rgb(63,122,171); }
td.TdClassName
{
border-color: #3F7AAB;
}
.TagClassName
{
border-color: #3F7AAB;
}
</style>