Shades of Steel Blue #3F78BC
Tints of Steel Blue #3F78BC
RGB
CMYK
RGB Variations
Color information
#3F78BC (or 0x3F78BC) is known color: Steel Blue. HEX triplet: 3F, 78 and BC. RGB value is (63,120,188). Sum of RGB (Red+Green+Blue) = 63+120+188=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78BC is #C08743. Grayscale: #6E6E6E. Windows color (decimal): -12617540 or 12351551. OLE color: 12351551.
HSL color Cylindrical-coordinate representation of color #3F78BC: hue angle of 212.64º 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 #3F78BC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 120 | 188 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.26 |
| HSL | 212.64º | 0.5% | 0.49% | - |
| HSV(B) | 212.64º | 0.66% | 0.74% | - |
| XYZ | 17.84 | 18.12 | 50.13 | - |
| YUV | 110.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 188 | 0.66 | 0.36 | 0 | 0.26 | 212.64 | 0.5 | 0.49 |
| Hex | 3F | 78 | BC | 42 | 24 | 0 | 1A | D5 | 32 | 31 |
| Octal | 77 | 170 | 274 | 102 | 44 | 0 | 32 | 325 | 62 | 61 |
| Binary | 111111 | 1111000 | 10111100 | 1000010 | 100100 | 0 | 11010 | 11010101 | 110010 | 110001 |
Color Harmonies of #3F78BC
Complementary color
Monochromatic Colors of #3F78BC
Black with #3F78BC
Text Example
Text Example
White with #3F78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78BC; }
p { color: rgb(63,120,188); }
H1.HeaderClassName
{
color: #3F78BC;
}
.AnyTagClassName
{
color: #3F78BC;
}
</style>
background-color css
<style>
a { background-color: #3F78BC; }
a { background-color: rgb(63,120,188); }
div.DivClassName
{
background-color: #3F78BC;
}
.BgClassName
{
background-color: #3F78BC;
}
</style>
border-color css
<style>
span { border-color: #3F78BC; }
span { border-color: rgb(63,120,188); }
td.TdClassName
{
border-color: #3F78BC;
}
.TagClassName
{
border-color: #3F78BC;
}
</style>