Shades of Steel Blue #3F7FAA
Tints of Steel Blue #3F7FAA
RGB
CMYK
RGB Variations
Color information
#3F7FAA (or 0x3F7FAA) is known color: Steel Blue. HEX triplet: 3F, 7F and AA. RGB value is (63,127,170). Sum of RGB (Red+Green+Blue) = 63+127+170=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F7FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7FAA is #C08055. Grayscale: #707070. Windows color (decimal): -12615766 or 11173695. OLE color: 11173695.
HSL color Cylindrical-coordinate representation of color #3F7FAA: hue angle of 204.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 #3F7FAA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 127 | 170 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.33 |
| HSL | 204.11º | 0.46% | 0.46% | - |
| HSV(B) | 204.11º | 0.63% | 0.67% | - |
| XYZ | 16.89 | 19.14 | 40.83 | - |
| YUV | 112.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 170 | 0.63 | 0.25 | 0 | 0.33 | 204.11 | 0.46 | 0.46 |
| Hex | 3F | 7F | AA | 3F | 19 | 0 | 21 | CC | 2E | 2E |
| Octal | 77 | 177 | 252 | 77 | 31 | 0 | 41 | 314 | 56 | 56 |
| Binary | 111111 | 1111111 | 10101010 | 111111 | 11001 | 0 | 100001 | 11001100 | 101110 | 101110 |
Color Harmonies of #3F7FAA
Complementary color
Monochromatic Colors of #3F7FAA
Black with #3F7FAA
Text Example
Text Example
White with #3F7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FAA; }
p { color: rgb(63,127,170); }
H1.HeaderClassName
{
color: #3F7FAA;
}
.AnyTagClassName
{
color: #3F7FAA;
}
</style>
background-color css
<style>
a { background-color: #3F7FAA; }
a { background-color: rgb(63,127,170); }
div.DivClassName
{
background-color: #3F7FAA;
}
.BgClassName
{
background-color: #3F7FAA;
}
</style>
border-color css
<style>
span { border-color: #3F7FAA; }
span { border-color: rgb(63,127,170); }
td.TdClassName
{
border-color: #3F7FAA;
}
.TagClassName
{
border-color: #3F7FAA;
}
</style>