Shades of Steel Blue #3F74BC
Tints of Steel Blue #3F74BC
RGB
CMYK
RGB Variations
Color information
#3F74BC (or 0x3F74BC) is known color: Steel Blue. HEX triplet: 3F, 74 and BC. RGB value is (63,116,188). Sum of RGB (Red+Green+Blue) = 63+116+188=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F74BC is #C08B43. Grayscale: #6C6C6C. Windows color (decimal): -12618564 or 12350527. OLE color: 12350527.
HSL color Cylindrical-coordinate representation of color #3F74BC: hue angle of 214.56º 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 #3F74BC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 116 | 188 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.26 |
| HSL | 214.56º | 0.5% | 0.49% | - |
| HSV(B) | 214.56º | 0.66% | 0.74% | - |
| XYZ | 17.37 | 17.18 | 49.98 | - |
| YUV | 108.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 188 | 0.66 | 0.38 | 0 | 0.26 | 214.56 | 0.5 | 0.49 |
| Hex | 3F | 74 | BC | 42 | 26 | 0 | 1A | D7 | 32 | 31 |
| Octal | 77 | 164 | 274 | 102 | 46 | 0 | 32 | 327 | 62 | 61 |
| Binary | 111111 | 1110100 | 10111100 | 1000010 | 100110 | 0 | 11010 | 11010111 | 110010 | 110001 |
Color Harmonies of #3F74BC
Complementary color
Monochromatic Colors of #3F74BC
Black with #3F74BC
Text Example
Text Example
White with #3F74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F74BC; }
p { color: rgb(63,116,188); }
H1.HeaderClassName
{
color: #3F74BC;
}
.AnyTagClassName
{
color: #3F74BC;
}
</style>
background-color css
<style>
a { background-color: #3F74BC; }
a { background-color: rgb(63,116,188); }
div.DivClassName
{
background-color: #3F74BC;
}
.BgClassName
{
background-color: #3F74BC;
}
</style>
border-color css
<style>
span { border-color: #3F74BC; }
span { border-color: rgb(63,116,188); }
td.TdClassName
{
border-color: #3F74BC;
}
.TagClassName
{
border-color: #3F74BC;
}
</style>