Shades of Blue Zodiac #3F424B
Tints of Blue Zodiac #3F424B
RGB
CMYK
RGB Variations
Color information
#3F424B (or 0x3F424B) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 4B. RGB value is (63,66,75). Sum of RGB (Red+Green+Blue) = 63+66+75=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F424B is #C0BDB4. Grayscale: #424242. Windows color (decimal): -12631477 or 4932159. OLE color: 4932159.
HSL color Cylindrical-coordinate representation of color #3F424B: hue angle of 225º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F424B is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 66 | 75 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.71 |
| HSL | 225º | 0.09% | 0.27% | - |
| HSV(B) | 225º | 0.16% | 0.29% | - |
| XYZ | 5.27 | 5.46 | 7.43 | - |
| YUV | 66.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 75 | 0.16 | 0.12 | 0 | 0.71 | 225 | 0.09 | 0.27 |
| Hex | 3F | 42 | 4B | 10 | C | 0 | 47 | E1 | 9 | 1B |
| Octal | 77 | 102 | 113 | 20 | 14 | 0 | 107 | 341 | 11 | 33 |
| Binary | 111111 | 1000010 | 1001011 | 10000 | 1100 | 0 | 1000111 | 11100001 | 1001 | 11011 |
Color Harmonies of #3F424B
Complementary color
Monochromatic Colors of #3F424B
Black with #3F424B
Text Example
Text Example
White with #3F424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F424B; }
p { color: rgb(63,66,75); }
H1.HeaderClassName
{
color: #3F424B;
}
.AnyTagClassName
{
color: #3F424B;
}
</style>
background-color css
<style>
a { background-color: #3F424B; }
a { background-color: rgb(63,66,75); }
div.DivClassName
{
background-color: #3F424B;
}
.BgClassName
{
background-color: #3F424B;
}
</style>
border-color css
<style>
span { border-color: #3F424B; }
span { border-color: rgb(63,66,75); }
td.TdClassName
{
border-color: #3F424B;
}
.TagClassName
{
border-color: #3F424B;
}
</style>