Shades of Steel Blue #3F78B2
Tints of Steel Blue #3F78B2
RGB
CMYK
RGB Variations
Color information
#3F78B2 (or 0x3F78B2) is known color: Steel Blue. HEX triplet: 3F, 78 and B2. RGB value is (63,120,178). Sum of RGB (Red+Green+Blue) = 63+120+178=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F78B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F78B2 is #C0874D. Grayscale: #6D6D6D. Windows color (decimal): -12617550 or 11696191. OLE color: 11696191.
HSL color Cylindrical-coordinate representation of color #3F78B2: hue angle of 210.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F78B2 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 120 | 178 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.30 |
| HSL | 210.26º | 0.48% | 0.47% | - |
| HSV(B) | 210.26º | 0.65% | 0.7% | - |
| XYZ | 16.8 | 17.7 | 44.65 | - |
| YUV | 109.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 178 | 0.65 | 0.33 | 0 | 0.30 | 210.26 | 0.48 | 0.47 |
| Hex | 3F | 78 | B2 | 41 | 21 | 0 | 1E | D2 | 30 | 2F |
| Octal | 77 | 170 | 262 | 101 | 41 | 0 | 36 | 322 | 60 | 57 |
| Binary | 111111 | 1111000 | 10110010 | 1000001 | 100001 | 0 | 11110 | 11010010 | 110000 | 101111 |
Color Harmonies of #3F78B2
Complementary color
Monochromatic Colors of #3F78B2
Black with #3F78B2
Text Example
Text Example
White with #3F78B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F78B2; }
p { color: rgb(63,120,178); }
H1.HeaderClassName
{
color: #3F78B2;
}
.AnyTagClassName
{
color: #3F78B2;
}
</style>
background-color css
<style>
a { background-color: #3F78B2; }
a { background-color: rgb(63,120,178); }
div.DivClassName
{
background-color: #3F78B2;
}
.BgClassName
{
background-color: #3F78B2;
}
</style>
border-color css
<style>
span { border-color: #3F78B2; }
span { border-color: rgb(63,120,178); }
td.TdClassName
{
border-color: #3F78B2;
}
.TagClassName
{
border-color: #3F78B2;
}
</style>