Shades of Blue Zodiac #3F424D
Tints of Blue Zodiac #3F424D
RGB
CMYK
RGB Variations
Color information
#3F424D (or 0x3F424D) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 4D. RGB value is (63,66,77). Sum of RGB (Red+Green+Blue) = 63+66+77=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F424D is #C0BDB2. Grayscale: #424242. Windows color (decimal): -12631475 or 5063231. OLE color: 5063231.
HSL color Cylindrical-coordinate representation of color #3F424D: hue angle of 227.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F424D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 66 | 77 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.70 |
| HSL | 227.14º | 0.1% | 0.27% | - |
| HSV(B) | 227.14º | 0.18% | 0.3% | - |
| XYZ | 5.34 | 5.49 | 7.8 | - |
| YUV | 66.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 77 | 0.18 | 0.14 | 0 | 0.70 | 227.14 | 0.1 | 0.27 |
| Hex | 3F | 42 | 4D | 12 | E | 0 | 46 | E3 | A | 1B |
| Octal | 77 | 102 | 115 | 22 | 16 | 0 | 106 | 343 | 12 | 33 |
| Binary | 111111 | 1000010 | 1001101 | 10010 | 1110 | 0 | 1000110 | 11100011 | 1010 | 11011 |
Color Harmonies of #3F424D
Complementary color
Monochromatic Colors of #3F424D
Black with #3F424D
Text Example
Text Example
White with #3F424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F424D; }
p { color: rgb(63,66,77); }
H1.HeaderClassName
{
color: #3F424D;
}
.AnyTagClassName
{
color: #3F424D;
}
</style>
background-color css
<style>
a { background-color: #3F424D; }
a { background-color: rgb(63,66,77); }
div.DivClassName
{
background-color: #3F424D;
}
.BgClassName
{
background-color: #3F424D;
}
</style>
border-color css
<style>
span { border-color: #3F424D; }
span { border-color: rgb(63,66,77); }
td.TdClassName
{
border-color: #3F424D;
}
.TagClassName
{
border-color: #3F424D;
}
</style>