Shades of Steel Blue #3F74AD
Tints of Steel Blue #3F74AD
RGB
CMYK
RGB Variations
Color information
#3F74AD (or 0x3F74AD) is known color: Steel Blue. HEX triplet: 3F, 74 and AD. RGB value is (63,116,173). Sum of RGB (Red+Green+Blue) = 63+116+173=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F74AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F74AD is #C08B52. Grayscale: #6A6A6A. Windows color (decimal): -12618579 or 11367487. OLE color: 11367487.
HSL color Cylindrical-coordinate representation of color #3F74AD: hue angle of 211.09º 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 #3F74AD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 116 | 173 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.32 |
| HSL | 211.09º | 0.47% | 0.46% | - |
| HSV(B) | 211.09º | 0.64% | 0.68% | - |
| XYZ | 15.84 | 16.56 | 41.9 | - |
| YUV | 106.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 173 | 0.64 | 0.33 | 0 | 0.32 | 211.09 | 0.47 | 0.46 |
| Hex | 3F | 74 | AD | 40 | 21 | 0 | 20 | D3 | 2F | 2E |
| Octal | 77 | 164 | 255 | 100 | 41 | 0 | 40 | 323 | 57 | 56 |
| Binary | 111111 | 1110100 | 10101101 | 1000000 | 100001 | 0 | 100000 | 11010011 | 101111 | 101110 |
Color Harmonies of #3F74AD
Complementary color
Monochromatic Colors of #3F74AD
Black with #3F74AD
Text Example
Text Example
White with #3F74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74AD; }
p { color: rgb(63,116,173); }
H1.HeaderClassName
{
color: #3F74AD;
}
.AnyTagClassName
{
color: #3F74AD;
}
</style>
background-color css
<style>
a { background-color: #3F74AD; }
a { background-color: rgb(63,116,173); }
div.DivClassName
{
background-color: #3F74AD;
}
.BgClassName
{
background-color: #3F74AD;
}
</style>
border-color css
<style>
span { border-color: #3F74AD; }
span { border-color: rgb(63,116,173); }
td.TdClassName
{
border-color: #3F74AD;
}
.TagClassName
{
border-color: #3F74AD;
}
</style>