Shades of Steel Blue #3F7AAA
Tints of Steel Blue #3F7AAA
RGB
CMYK
RGB Variations
Color information
#3F7AAA (or 0x3F7AAA) is known color: Steel Blue. HEX triplet: 3F, 7A and AA. RGB value is (63,122,170). Sum of RGB (Red+Green+Blue) = 63+122+170=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAA is #C08555. Grayscale: #6D6D6D. Windows color (decimal): -12617046 or 11172415. OLE color: 11172415.
HSL color Cylindrical-coordinate representation of color #3F7AAA: hue angle of 206.92º 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 #3F7AAA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 122 | 170 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.33 |
| HSL | 206.92º | 0.46% | 0.46% | - |
| HSV(B) | 206.92º | 0.63% | 0.67% | - |
| XYZ | 16.27 | 17.88 | 40.62 | - |
| YUV | 109.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 170 | 0.63 | 0.28 | 0 | 0.33 | 206.92 | 0.46 | 0.46 |
| Hex | 3F | 7A | AA | 3F | 1C | 0 | 21 | CF | 2E | 2E |
| Octal | 77 | 172 | 252 | 77 | 34 | 0 | 41 | 317 | 56 | 56 |
| Binary | 111111 | 1111010 | 10101010 | 111111 | 11100 | 0 | 100001 | 11001111 | 101110 | 101110 |
Color Harmonies of #3F7AAA
Complementary color
Monochromatic Colors of #3F7AAA
Black with #3F7AAA
Text Example
Text Example
White with #3F7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7AAA; }
p { color: rgb(63,122,170); }
H1.HeaderClassName
{
color: #3F7AAA;
}
.AnyTagClassName
{
color: #3F7AAA;
}
</style>
background-color css
<style>
a { background-color: #3F7AAA; }
a { background-color: rgb(63,122,170); }
div.DivClassName
{
background-color: #3F7AAA;
}
.BgClassName
{
background-color: #3F7AAA;
}
</style>
border-color css
<style>
span { border-color: #3F7AAA; }
span { border-color: rgb(63,122,170); }
td.TdClassName
{
border-color: #3F7AAA;
}
.TagClassName
{
border-color: #3F7AAA;
}
</style>