Shades of Blue Zodiac #3F4654
Tints of Blue Zodiac #3F4654
RGB
CMYK
RGB Variations
Color information
#3F4654 (or 0x3F4654) is known color: Blue Zodiac. HEX triplet: 3F, 46 and 54. RGB value is (63,70,84). Sum of RGB (Red+Green+Blue) = 63+70+84=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4654 is #C0B9AB. Grayscale: #454545. Windows color (decimal): -12630444 or 5523007. OLE color: 5523007.
HSL color Cylindrical-coordinate representation of color #3F4654: hue angle of 220º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4654 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 70 | 84 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.67 |
| HSL | 220º | 0.14% | 0.29% | - |
| HSV(B) | 220º | 0.25% | 0.33% | - |
| XYZ | 5.84 | 6.08 | 9.25 | - |
| YUV | 69.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 84 | 0.25 | 0.17 | 0 | 0.67 | 220 | 0.14 | 0.29 |
| Hex | 3F | 46 | 54 | 19 | 11 | 0 | 43 | DC | E | 1D |
| Octal | 77 | 106 | 124 | 31 | 21 | 0 | 103 | 334 | 16 | 35 |
| Binary | 111111 | 1000110 | 1010100 | 11001 | 10001 | 0 | 1000011 | 11011100 | 1110 | 11101 |
Color Harmonies of #3F4654
Complementary color
Monochromatic Colors of #3F4654
Black with #3F4654
Text Example
Text Example
White with #3F4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4654; }
p { color: rgb(63,70,84); }
H1.HeaderClassName
{
color: #3F4654;
}
.AnyTagClassName
{
color: #3F4654;
}
</style>
background-color css
<style>
a { background-color: #3F4654; }
a { background-color: rgb(63,70,84); }
div.DivClassName
{
background-color: #3F4654;
}
.BgClassName
{
background-color: #3F4654;
}
</style>
border-color css
<style>
span { border-color: #3F4654; }
span { border-color: rgb(63,70,84); }
td.TdClassName
{
border-color: #3F4654;
}
.TagClassName
{
border-color: #3F4654;
}
</style>