Shades of Blue Zodiac #3F4554
Tints of Blue Zodiac #3F4554
RGB
CMYK
RGB Variations
Color information
#3F4554 (or 0x3F4554) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 54. RGB value is (63,69,84). Sum of RGB (Red+Green+Blue) = 63+69+84=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4554 is #C0BAAB. Grayscale: #444444. Windows color (decimal): -12630700 or 5522751. OLE color: 5522751.
HSL color Cylindrical-coordinate representation of color #3F4554: hue angle of 222.86º 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 #3F4554 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 69 | 84 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.67 |
| HSL | 222.86º | 0.14% | 0.29% | - |
| HSV(B) | 222.86º | 0.25% | 0.33% | - |
| XYZ | 5.78 | 5.95 | 9.23 | - |
| YUV | 68.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 84 | 0.25 | 0.18 | 0 | 0.67 | 222.86 | 0.14 | 0.29 |
| Hex | 3F | 45 | 54 | 19 | 12 | 0 | 43 | DF | E | 1D |
| Octal | 77 | 105 | 124 | 31 | 22 | 0 | 103 | 337 | 16 | 35 |
| Binary | 111111 | 1000101 | 1010100 | 11001 | 10010 | 0 | 1000011 | 11011111 | 1110 | 11101 |
Color Harmonies of #3F4554
Complementary color
Monochromatic Colors of #3F4554
Black with #3F4554
Text Example
Text Example
White with #3F4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4554; }
p { color: rgb(63,69,84); }
H1.HeaderClassName
{
color: #3F4554;
}
.AnyTagClassName
{
color: #3F4554;
}
</style>
background-color css
<style>
a { background-color: #3F4554; }
a { background-color: rgb(63,69,84); }
div.DivClassName
{
background-color: #3F4554;
}
.BgClassName
{
background-color: #3F4554;
}
</style>
border-color css
<style>
span { border-color: #3F4554; }
span { border-color: rgb(63,69,84); }
td.TdClassName
{
border-color: #3F4554;
}
.TagClassName
{
border-color: #3F4554;
}
</style>