Shades of Steel Blue #3F78BA
Tints of Steel Blue #3F78BA
RGB
CMYK
RGB Variations
Color information
#3F78BA (or 0x3F78BA) is known color: Steel Blue. HEX triplet: 3F, 78 and BA. RGB value is (63,120,186). Sum of RGB (Red+Green+Blue) = 63+120+186=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F78BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78BA is #C08745. Grayscale: #6E6E6E. Windows color (decimal): -12617542 or 12220479. OLE color: 12220479.
HSL color Cylindrical-coordinate representation of color #3F78BA: hue angle of 212.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F78BA is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 120 | 186 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.27 |
| HSL | 212.2º | 0.49% | 0.49% | - |
| HSV(B) | 212.2º | 0.66% | 0.73% | - |
| XYZ | 17.63 | 18.03 | 49.01 | - |
| YUV | 110.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 186 | 0.66 | 0.35 | 0 | 0.27 | 212.2 | 0.49 | 0.49 |
| Hex | 3F | 78 | BA | 42 | 23 | 0 | 1B | D4 | 31 | 31 |
| Octal | 77 | 170 | 272 | 102 | 43 | 0 | 33 | 324 | 61 | 61 |
| Binary | 111111 | 1111000 | 10111010 | 1000010 | 100011 | 0 | 11011 | 11010100 | 110001 | 110001 |
Color Harmonies of #3F78BA
Complementary color
Monochromatic Colors of #3F78BA
Black with #3F78BA
Text Example
Text Example
White with #3F78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78BA; }
p { color: rgb(63,120,186); }
H1.HeaderClassName
{
color: #3F78BA;
}
.AnyTagClassName
{
color: #3F78BA;
}
</style>
background-color css
<style>
a { background-color: #3F78BA; }
a { background-color: rgb(63,120,186); }
div.DivClassName
{
background-color: #3F78BA;
}
.BgClassName
{
background-color: #3F78BA;
}
</style>
border-color css
<style>
span { border-color: #3F78BA; }
span { border-color: rgb(63,120,186); }
td.TdClassName
{
border-color: #3F78BA;
}
.TagClassName
{
border-color: #3F78BA;
}
</style>