Shades of Steel Blue #3F74AE
Tints of Steel Blue #3F74AE
RGB
CMYK
RGB Variations
Color information
#3F74AE (or 0x3F74AE) is known color: Steel Blue. HEX triplet: 3F, 74 and AE. RGB value is (63,116,174). Sum of RGB (Red+Green+Blue) = 63+116+174=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F74AE is #C08B51. Grayscale: #6A6A6A. Windows color (decimal): -12618578 or 11433023. OLE color: 11433023.
HSL color Cylindrical-coordinate representation of color #3F74AE: hue angle of 211.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F74AE is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 116 | 174 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.32 |
| HSL | 211.35º | 0.47% | 0.46% | - |
| HSV(B) | 211.35º | 0.64% | 0.68% | - |
| XYZ | 15.94 | 16.6 | 42.41 | - |
| YUV | 106.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 174 | 0.64 | 0.33 | 0 | 0.32 | 211.35 | 0.47 | 0.46 |
| Hex | 3F | 74 | AE | 40 | 21 | 0 | 20 | D3 | 2F | 2E |
| Octal | 77 | 164 | 256 | 100 | 41 | 0 | 40 | 323 | 57 | 56 |
| Binary | 111111 | 1110100 | 10101110 | 1000000 | 100001 | 0 | 100000 | 11010011 | 101111 | 101110 |
Color Harmonies of #3F74AE
Complementary color
Monochromatic Colors of #3F74AE
Black with #3F74AE
Text Example
Text Example
White with #3F74AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74AE; }
p { color: rgb(63,116,174); }
H1.HeaderClassName
{
color: #3F74AE;
}
.AnyTagClassName
{
color: #3F74AE;
}
</style>
background-color css
<style>
a { background-color: #3F74AE; }
a { background-color: rgb(63,116,174); }
div.DivClassName
{
background-color: #3F74AE;
}
.BgClassName
{
background-color: #3F74AE;
}
</style>
border-color css
<style>
span { border-color: #3F74AE; }
span { border-color: rgb(63,116,174); }
td.TdClassName
{
border-color: #3F74AE;
}
.TagClassName
{
border-color: #3F74AE;
}
</style>