Shades of Steel Blue #3F73BC
Tints of Steel Blue #3F73BC
RGB
CMYK
RGB Variations
Color information
#3F73BC (or 0x3F73BC) is known color: Steel Blue. HEX triplet: 3F, 73 and BC. RGB value is (63,115,188). Sum of RGB (Red+Green+Blue) = 63+115+188=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F73BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73BC is #C08C43. Grayscale: #6B6B6B. Windows color (decimal): -12618820 or 12350271. OLE color: 12350271.
HSL color Cylindrical-coordinate representation of color #3F73BC: hue angle of 215.04º 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 #3F73BC is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 115 | 188 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.26 |
| HSL | 215.04º | 0.5% | 0.49% | - |
| HSV(B) | 215.04º | 0.66% | 0.74% | - |
| XYZ | 17.26 | 16.95 | 49.94 | - |
| YUV | 107.77 | 173.27 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 188 | 0.66 | 0.39 | 0 | 0.26 | 215.04 | 0.5 | 0.49 |
| Hex | 3F | 73 | BC | 42 | 27 | 0 | 1A | D7 | 32 | 31 |
| Octal | 77 | 163 | 274 | 102 | 47 | 0 | 32 | 327 | 62 | 61 |
| Binary | 111111 | 1110011 | 10111100 | 1000010 | 100111 | 0 | 11010 | 11010111 | 110010 | 110001 |
Color Harmonies of #3F73BC
Complementary color
Monochromatic Colors of #3F73BC
Black with #3F73BC
Text Example
Text Example
White with #3F73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73BC; }
p { color: rgb(63,115,188); }
H1.HeaderClassName
{
color: #3F73BC;
}
.AnyTagClassName
{
color: #3F73BC;
}
</style>
background-color css
<style>
a { background-color: #3F73BC; }
a { background-color: rgb(63,115,188); }
div.DivClassName
{
background-color: #3F73BC;
}
.BgClassName
{
background-color: #3F73BC;
}
</style>
border-color css
<style>
span { border-color: #3F73BC; }
span { border-color: rgb(63,115,188); }
td.TdClassName
{
border-color: #3F73BC;
}
.TagClassName
{
border-color: #3F73BC;
}
</style>