Shades of Blue Zodiac #3F434D
Tints of Blue Zodiac #3F434D
RGB
CMYK
RGB Variations
Color information
#3F434D (or 0x3F434D) is known color: Blue Zodiac. HEX triplet: 3F, 43 and 4D. RGB value is (63,67,77). Sum of RGB (Red+Green+Blue) = 63+67+77=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F434D is #C0BCB2. Grayscale: #424242. Windows color (decimal): -12631219 or 5063487. OLE color: 5063487.
HSL color Cylindrical-coordinate representation of color #3F434D: hue angle of 222.86º 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 #3F434D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 67 | 77 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.70 |
| HSL | 222.86º | 0.1% | 0.27% | - |
| HSV(B) | 222.86º | 0.18% | 0.3% | - |
| XYZ | 5.4 | 5.61 | 7.82 | - |
| YUV | 66.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 77 | 0.18 | 0.13 | 0 | 0.70 | 222.86 | 0.1 | 0.27 |
| Hex | 3F | 43 | 4D | 12 | D | 0 | 46 | DF | A | 1B |
| Octal | 77 | 103 | 115 | 22 | 15 | 0 | 106 | 337 | 12 | 33 |
| Binary | 111111 | 1000011 | 1001101 | 10010 | 1101 | 0 | 1000110 | 11011111 | 1010 | 11011 |
Color Harmonies of #3F434D
Complementary color
Monochromatic Colors of #3F434D
Black with #3F434D
Text Example
Text Example
White with #3F434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F434D; }
p { color: rgb(63,67,77); }
H1.HeaderClassName
{
color: #3F434D;
}
.AnyTagClassName
{
color: #3F434D;
}
</style>
background-color css
<style>
a { background-color: #3F434D; }
a { background-color: rgb(63,67,77); }
div.DivClassName
{
background-color: #3F434D;
}
.BgClassName
{
background-color: #3F434D;
}
</style>
border-color css
<style>
span { border-color: #3F434D; }
span { border-color: rgb(63,67,77); }
td.TdClassName
{
border-color: #3F434D;
}
.TagClassName
{
border-color: #3F434D;
}
</style>