Shades of Blue Zodiac #3F4759
Tints of Blue Zodiac #3F4759
RGB
CMYK
RGB Variations
Color information
#3F4759 (or 0x3F4759) is known color: Blue Zodiac. HEX triplet: 3F, 47 and 59. RGB value is (63,71,89). Sum of RGB (Red+Green+Blue) = 63+71+89=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4759 is #C0B8A6. Grayscale: #464646. Windows color (decimal): -12630183 or 5850943. OLE color: 5850943.
HSL color Cylindrical-coordinate representation of color #3F4759: hue angle of 221.54º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4759 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 71 | 89 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.65 |
| HSL | 221.54º | 0.17% | 0.3% | - |
| HSV(B) | 221.54º | 0.29% | 0.35% | - |
| XYZ | 6.11 | 6.28 | 10.34 | - |
| YUV | 70.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 89 | 0.29 | 0.20 | 0 | 0.65 | 221.54 | 0.17 | 0.3 |
| Hex | 3F | 47 | 59 | 1D | 14 | 0 | 41 | DE | 11 | 1E |
| Octal | 77 | 107 | 131 | 35 | 24 | 0 | 101 | 336 | 21 | 36 |
| Binary | 111111 | 1000111 | 1011001 | 11101 | 10100 | 0 | 1000001 | 11011110 | 10001 | 11110 |
Color Harmonies of #3F4759
Complementary color
Monochromatic Colors of #3F4759
Black with #3F4759
Text Example
Text Example
White with #3F4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4759; }
p { color: rgb(63,71,89); }
H1.HeaderClassName
{
color: #3F4759;
}
.AnyTagClassName
{
color: #3F4759;
}
</style>
background-color css
<style>
a { background-color: #3F4759; }
a { background-color: rgb(63,71,89); }
div.DivClassName
{
background-color: #3F4759;
}
.BgClassName
{
background-color: #3F4759;
}
</style>
border-color css
<style>
span { border-color: #3F4759; }
span { border-color: rgb(63,71,89); }
td.TdClassName
{
border-color: #3F4759;
}
.TagClassName
{
border-color: #3F4759;
}
</style>