Shades of Blue Zodiac #3F434F
Tints of Blue Zodiac #3F434F
RGB
CMYK
RGB Variations
Color information
#3F434F (or 0x3F434F) is known color: Blue Zodiac. HEX triplet: 3F, 43 and 4F. RGB value is (63,67,79). Sum of RGB (Red+Green+Blue) = 63+67+79=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F434F is #C0BCB0. Grayscale: #434343. Windows color (decimal): -12631217 or 5194559. OLE color: 5194559.
HSL color Cylindrical-coordinate representation of color #3F434F: hue angle of 225º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F434F is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 67 | 79 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.69 |
| HSL | 225º | 0.11% | 0.28% | - |
| HSV(B) | 225º | 0.2% | 0.31% | - |
| XYZ | 5.47 | 5.64 | 8.2 | - |
| YUV | 67.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 79 | 0.20 | 0.15 | 0 | 0.69 | 225 | 0.11 | 0.28 |
| Hex | 3F | 43 | 4F | 14 | F | 0 | 45 | E1 | B | 1C |
| Octal | 77 | 103 | 117 | 24 | 17 | 0 | 105 | 341 | 13 | 34 |
| Binary | 111111 | 1000011 | 1001111 | 10100 | 1111 | 0 | 1000101 | 11100001 | 1011 | 11100 |
Color Harmonies of #3F434F
Complementary color
Monochromatic Colors of #3F434F
Black with #3F434F
Text Example
Text Example
White with #3F434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F434F; }
p { color: rgb(63,67,79); }
H1.HeaderClassName
{
color: #3F434F;
}
.AnyTagClassName
{
color: #3F434F;
}
</style>
background-color css
<style>
a { background-color: #3F434F; }
a { background-color: rgb(63,67,79); }
div.DivClassName
{
background-color: #3F434F;
}
.BgClassName
{
background-color: #3F434F;
}
</style>
border-color css
<style>
span { border-color: #3F434F; }
span { border-color: rgb(63,67,79); }
td.TdClassName
{
border-color: #3F434F;
}
.TagClassName
{
border-color: #3F434F;
}
</style>