Shades of Blue Zodiac #3F4255
Tints of Blue Zodiac #3F4255
RGB
CMYK
RGB Variations
Color information
#3F4255 (or 0x3F4255) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 55. RGB value is (63,66,85). Sum of RGB (Red+Green+Blue) = 63+66+85=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4255 is #C0BDAA. Grayscale: #434343. Windows color (decimal): -12631467 or 5587519. OLE color: 5587519.
HSL color Cylindrical-coordinate representation of color #3F4255: hue angle of 231.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4255 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 66 | 85 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.67 |
| HSL | 231.82º | 0.15% | 0.29% | - |
| HSV(B) | 231.82º | 0.26% | 0.33% | - |
| XYZ | 5.64 | 5.61 | 9.38 | - |
| YUV | 67.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 85 | 0.26 | 0.22 | 0 | 0.67 | 231.82 | 0.15 | 0.29 |
| Hex | 3F | 42 | 55 | 1A | 16 | 0 | 43 | E8 | F | 1D |
| Octal | 77 | 102 | 125 | 32 | 26 | 0 | 103 | 350 | 17 | 35 |
| Binary | 111111 | 1000010 | 1010101 | 11010 | 10110 | 0 | 1000011 | 11101000 | 1111 | 11101 |
Color Harmonies of #3F4255
Complementary color
Monochromatic Colors of #3F4255
Black with #3F4255
Text Example
Text Example
White with #3F4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4255; }
p { color: rgb(63,66,85); }
H1.HeaderClassName
{
color: #3F4255;
}
.AnyTagClassName
{
color: #3F4255;
}
</style>
background-color css
<style>
a { background-color: #3F4255; }
a { background-color: rgb(63,66,85); }
div.DivClassName
{
background-color: #3F4255;
}
.BgClassName
{
background-color: #3F4255;
}
</style>
border-color css
<style>
span { border-color: #3F4255; }
span { border-color: rgb(63,66,85); }
td.TdClassName
{
border-color: #3F4255;
}
.TagClassName
{
border-color: #3F4255;
}
</style>