Shades of Steel Blue #3F76AC
Tints of Steel Blue #3F76AC
RGB
CMYK
RGB Variations
Color information
#3F76AC (or 0x3F76AC) is known color: Steel Blue. HEX triplet: 3F, 76 and AC. RGB value is (63,118,172). Sum of RGB (Red+Green+Blue) = 63+118+172=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F76AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F76AC is #C08953. Grayscale: #6B6B6B. Windows color (decimal): -12618068 or 11302463. OLE color: 11302463.
HSL color Cylindrical-coordinate representation of color #3F76AC: hue angle of 209.72º 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 #3F76AC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 118 | 172 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.33 |
| HSL | 209.72º | 0.46% | 0.46% | - |
| HSV(B) | 209.72º | 0.63% | 0.67% | - |
| XYZ | 15.97 | 16.99 | 41.47 | - |
| YUV | 107.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 172 | 0.63 | 0.31 | 0 | 0.33 | 209.72 | 0.46 | 0.46 |
| Hex | 3F | 76 | AC | 3F | 1F | 0 | 21 | D2 | 2E | 2E |
| Octal | 77 | 166 | 254 | 77 | 37 | 0 | 41 | 322 | 56 | 56 |
| Binary | 111111 | 1110110 | 10101100 | 111111 | 11111 | 0 | 100001 | 11010010 | 101110 | 101110 |
Color Harmonies of #3F76AC
Complementary color
Monochromatic Colors of #3F76AC
Black with #3F76AC
Text Example
Text Example
White with #3F76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F76AC; }
p { color: rgb(63,118,172); }
H1.HeaderClassName
{
color: #3F76AC;
}
.AnyTagClassName
{
color: #3F76AC;
}
</style>
background-color css
<style>
a { background-color: #3F76AC; }
a { background-color: rgb(63,118,172); }
div.DivClassName
{
background-color: #3F76AC;
}
.BgClassName
{
background-color: #3F76AC;
}
</style>
border-color css
<style>
span { border-color: #3F76AC; }
span { border-color: rgb(63,118,172); }
td.TdClassName
{
border-color: #3F76AC;
}
.TagClassName
{
border-color: #3F76AC;
}
</style>