Shades of Steel Blue #3F76BC
Tints of Steel Blue #3F76BC
RGB
CMYK
RGB Variations
Color information
#3F76BC (or 0x3F76BC) is known color: Steel Blue. HEX triplet: 3F, 76 and BC. RGB value is (63,118,188). Sum of RGB (Red+Green+Blue) = 63+118+188=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F76BC is #C08943. Grayscale: #6D6D6D. Windows color (decimal): -12618052 or 12351039. OLE color: 12351039.
HSL color Cylindrical-coordinate representation of color #3F76BC: hue angle of 213.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F76BC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 118 | 188 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.26 |
| HSL | 213.6º | 0.5% | 0.49% | - |
| HSV(B) | 213.6º | 0.66% | 0.74% | - |
| XYZ | 17.61 | 17.64 | 50.05 | - |
| YUV | 109.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 188 | 0.66 | 0.37 | 0 | 0.26 | 213.6 | 0.5 | 0.49 |
| Hex | 3F | 76 | BC | 42 | 25 | 0 | 1A | D6 | 32 | 31 |
| Octal | 77 | 166 | 274 | 102 | 45 | 0 | 32 | 326 | 62 | 61 |
| Binary | 111111 | 1110110 | 10111100 | 1000010 | 100101 | 0 | 11010 | 11010110 | 110010 | 110001 |
Color Harmonies of #3F76BC
Complementary color
Monochromatic Colors of #3F76BC
Black with #3F76BC
Text Example
Text Example
White with #3F76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F76BC; }
p { color: rgb(63,118,188); }
H1.HeaderClassName
{
color: #3F76BC;
}
.AnyTagClassName
{
color: #3F76BC;
}
</style>
background-color css
<style>
a { background-color: #3F76BC; }
a { background-color: rgb(63,118,188); }
div.DivClassName
{
background-color: #3F76BC;
}
.BgClassName
{
background-color: #3F76BC;
}
</style>
border-color css
<style>
span { border-color: #3F76BC; }
span { border-color: rgb(63,118,188); }
td.TdClassName
{
border-color: #3F76BC;
}
.TagClassName
{
border-color: #3F76BC;
}
</style>