Shades of Steel Blue #3F78AA
Tints of Steel Blue #3F78AA
RGB
CMYK
RGB Variations
Color information
#3F78AA (or 0x3F78AA) is known color: Steel Blue. HEX triplet: 3F, 78 and AA. RGB value is (63,120,170). Sum of RGB (Red+Green+Blue) = 63+120+170=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F78AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78AA is #C08755. Grayscale: #6C6C6C. Windows color (decimal): -12617558 or 11171903. OLE color: 11171903.
HSL color Cylindrical-coordinate representation of color #3F78AA: hue angle of 208.04º 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 #3F78AA is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 120 | 170 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.33 |
| HSL | 208.04º | 0.46% | 0.46% | - |
| HSV(B) | 208.04º | 0.63% | 0.67% | - |
| XYZ | 16.02 | 17.39 | 40.54 | - |
| YUV | 108.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 170 | 0.63 | 0.29 | 0 | 0.33 | 208.04 | 0.46 | 0.46 |
| Hex | 3F | 78 | AA | 3F | 1D | 0 | 21 | D0 | 2E | 2E |
| Octal | 77 | 170 | 252 | 77 | 35 | 0 | 41 | 320 | 56 | 56 |
| Binary | 111111 | 1111000 | 10101010 | 111111 | 11101 | 0 | 100001 | 11010000 | 101110 | 101110 |
Color Harmonies of #3F78AA
Complementary color
Monochromatic Colors of #3F78AA
Black with #3F78AA
Text Example
Text Example
White with #3F78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78AA; }
p { color: rgb(63,120,170); }
H1.HeaderClassName
{
color: #3F78AA;
}
.AnyTagClassName
{
color: #3F78AA;
}
</style>
background-color css
<style>
a { background-color: #3F78AA; }
a { background-color: rgb(63,120,170); }
div.DivClassName
{
background-color: #3F78AA;
}
.BgClassName
{
background-color: #3F78AA;
}
</style>
border-color css
<style>
span { border-color: #3F78AA; }
span { border-color: rgb(63,120,170); }
td.TdClassName
{
border-color: #3F78AA;
}
.TagClassName
{
border-color: #3F78AA;
}
</style>