Shades of Blue Zodiac #3F4A60
Tints of Blue Zodiac #3F4A60
RGB
CMYK
RGB Variations
Color information
#3F4A60 (or 0x3F4A60) is known color: Blue Zodiac. HEX triplet: 3F, 4A and 60. RGB value is (63,74,96). Sum of RGB (Red+Green+Blue) = 63+74+96=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F4A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A60 is #C0B59F. Grayscale: #494949. Windows color (decimal): -12629408 or 6310463. OLE color: 6310463.
HSL color Cylindrical-coordinate representation of color #3F4A60: hue angle of 220º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F4A60 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 74 | 96 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.62 |
| HSL | 220º | 0.21% | 0.31% | - |
| HSV(B) | 220º | 0.34% | 0.38% | - |
| XYZ | 6.61 | 6.8 | 12.03 | - |
| YUV | 73.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 96 | 0.34 | 0.23 | 0 | 0.62 | 220 | 0.21 | 0.31 |
| Hex | 3F | 4A | 60 | 22 | 17 | 0 | 3E | DC | 15 | 1F |
| Octal | 77 | 112 | 140 | 42 | 27 | 0 | 76 | 334 | 25 | 37 |
| Binary | 111111 | 1001010 | 1100000 | 100010 | 10111 | 0 | 111110 | 11011100 | 10101 | 11111 |
Color Harmonies of #3F4A60
Complementary color
Monochromatic Colors of #3F4A60
Black with #3F4A60
Text Example
Text Example
White with #3F4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A60; }
p { color: rgb(63,74,96); }
H1.HeaderClassName
{
color: #3F4A60;
}
.AnyTagClassName
{
color: #3F4A60;
}
</style>
background-color css
<style>
a { background-color: #3F4A60; }
a { background-color: rgb(63,74,96); }
div.DivClassName
{
background-color: #3F4A60;
}
.BgClassName
{
background-color: #3F4A60;
}
</style>
border-color css
<style>
span { border-color: #3F4A60; }
span { border-color: rgb(63,74,96); }
td.TdClassName
{
border-color: #3F4A60;
}
.TagClassName
{
border-color: #3F4A60;
}
</style>