Shades of Blue Zodiac #3F4961
Tints of Blue Zodiac #3F4961
RGB
CMYK
RGB Variations
Color information
#3F4961 (or 0x3F4961) is known color: Blue Zodiac. HEX triplet: 3F, 49 and 61. RGB value is (63,73,97). Sum of RGB (Red+Green+Blue) = 63+73+97=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F4961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4961 is #C0B69E. Grayscale: #484848. Windows color (decimal): -12629663 or 6375743. OLE color: 6375743.
HSL color Cylindrical-coordinate representation of color #3F4961: hue angle of 222.35º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F4961 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 73 | 97 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.62 |
| HSL | 222.35º | 0.21% | 0.31% | - |
| HSV(B) | 222.35º | 0.35% | 0.38% | - |
| XYZ | 6.59 | 6.68 | 12.25 | - |
| YUV | 72.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 97 | 0.35 | 0.25 | 0 | 0.62 | 222.35 | 0.21 | 0.31 |
| Hex | 3F | 49 | 61 | 23 | 19 | 0 | 3E | DE | 15 | 1F |
| Octal | 77 | 111 | 141 | 43 | 31 | 0 | 76 | 336 | 25 | 37 |
| Binary | 111111 | 1001001 | 1100001 | 100011 | 11001 | 0 | 111110 | 11011110 | 10101 | 11111 |
Color Harmonies of #3F4961
Complementary color
Monochromatic Colors of #3F4961
Black with #3F4961
Text Example
Text Example
White with #3F4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4961; }
p { color: rgb(63,73,97); }
H1.HeaderClassName
{
color: #3F4961;
}
.AnyTagClassName
{
color: #3F4961;
}
</style>
background-color css
<style>
a { background-color: #3F4961; }
a { background-color: rgb(63,73,97); }
div.DivClassName
{
background-color: #3F4961;
}
.BgClassName
{
background-color: #3F4961;
}
</style>
border-color css
<style>
span { border-color: #3F4961; }
span { border-color: rgb(63,73,97); }
td.TdClassName
{
border-color: #3F4961;
}
.TagClassName
{
border-color: #3F4961;
}
</style>