Shades of Steel Blue #3F76AB
Tints of Steel Blue #3F76AB
RGB
CMYK
RGB Variations
Color information
#3F76AB (or 0x3F76AB) is known color: Steel Blue. HEX triplet: 3F, 76 and AB. RGB value is (63,118,171). Sum of RGB (Red+Green+Blue) = 63+118+171=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F76AB is #C08954. Grayscale: #6B6B6B. Windows color (decimal): -12618069 or 11236927. OLE color: 11236927.
HSL color Cylindrical-coordinate representation of color #3F76AB: hue angle of 209.44º 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 #3F76AB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 118 | 171 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.33 |
| HSL | 209.44º | 0.46% | 0.46% | - |
| HSV(B) | 209.44º | 0.63% | 0.67% | - |
| XYZ | 15.88 | 16.95 | 40.96 | - |
| YUV | 107.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 171 | 0.63 | 0.31 | 0 | 0.33 | 209.44 | 0.46 | 0.46 |
| Hex | 3F | 76 | AB | 3F | 1F | 0 | 21 | D1 | 2E | 2E |
| Octal | 77 | 166 | 253 | 77 | 37 | 0 | 41 | 321 | 56 | 56 |
| Binary | 111111 | 1110110 | 10101011 | 111111 | 11111 | 0 | 100001 | 11010001 | 101110 | 101110 |
Color Harmonies of #3F76AB
Complementary color
Monochromatic Colors of #3F76AB
Black with #3F76AB
Text Example
Text Example
White with #3F76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F76AB; }
p { color: rgb(63,118,171); }
H1.HeaderClassName
{
color: #3F76AB;
}
.AnyTagClassName
{
color: #3F76AB;
}
</style>
background-color css
<style>
a { background-color: #3F76AB; }
a { background-color: rgb(63,118,171); }
div.DivClassName
{
background-color: #3F76AB;
}
.BgClassName
{
background-color: #3F76AB;
}
</style>
border-color css
<style>
span { border-color: #3F76AB; }
span { border-color: rgb(63,118,171); }
td.TdClassName
{
border-color: #3F76AB;
}
.TagClassName
{
border-color: #3F76AB;
}
</style>