Shades of Blue Zodiac #3F4962
Tints of Blue Zodiac #3F4962
RGB
CMYK
RGB Variations
Color information
#3F4962 (or 0x3F4962) is known color: Blue Zodiac. HEX triplet: 3F, 49 and 62. RGB value is (63,73,98). Sum of RGB (Red+Green+Blue) = 63+73+98=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4962 is #C0B69D. Grayscale: #484848. Windows color (decimal): -12629662 or 6441279. OLE color: 6441279.
HSL color Cylindrical-coordinate representation of color #3F4962: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4962 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 73 | 98 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.62 |
| HSL | 222.86º | 0.22% | 0.32% | - |
| HSV(B) | 222.86º | 0.36% | 0.38% | - |
| XYZ | 6.64 | 6.7 | 12.5 | - |
| YUV | 72.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 98 | 0.36 | 0.26 | 0 | 0.62 | 222.86 | 0.22 | 0.32 |
| Hex | 3F | 49 | 62 | 24 | 1A | 0 | 3E | DF | 16 | 20 |
| Octal | 77 | 111 | 142 | 44 | 32 | 0 | 76 | 337 | 26 | 40 |
| Binary | 111111 | 1001001 | 1100010 | 100100 | 11010 | 0 | 111110 | 11011111 | 10110 | 100000 |
Color Harmonies of #3F4962
Complementary color
Monochromatic Colors of #3F4962
Black with #3F4962
Text Example
Text Example
White with #3F4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4962; }
p { color: rgb(63,73,98); }
H1.HeaderClassName
{
color: #3F4962;
}
.AnyTagClassName
{
color: #3F4962;
}
</style>
background-color css
<style>
a { background-color: #3F4962; }
a { background-color: rgb(63,73,98); }
div.DivClassName
{
background-color: #3F4962;
}
.BgClassName
{
background-color: #3F4962;
}
</style>
border-color css
<style>
span { border-color: #3F4962; }
span { border-color: rgb(63,73,98); }
td.TdClassName
{
border-color: #3F4962;
}
.TagClassName
{
border-color: #3F4962;
}
</style>