Shades of Arsenic #34434D
Tints of Arsenic #34434D
RGB
CMYK
RGB Variations
Color information
#34434D (or 0x34434D) is known color: Arsenic. HEX triplet: 34, 43 and 4D. RGB value is (52,67,77). Sum of RGB (Red+Green+Blue) = 52+67+77=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #34434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34434D is #CBBCB2. Grayscale: #3F3F3F. Windows color (decimal): -13352115 or 5063476. OLE color: 5063476.
HSL color Cylindrical-coordinate representation of color #34434D: hue angle of 204º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34434D is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 67 | 77 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.70 |
| HSL | 204º | 0.19% | 0.25% | - |
| HSV(B) | 204º | 0.32% | 0.3% | - |
| XYZ | 4.76 | 5.28 | 7.79 | - |
| YUV | 63.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 77 | 0.32 | 0.13 | 0 | 0.70 | 204 | 0.19 | 0.25 |
| Hex | 34 | 43 | 4D | 20 | D | 0 | 46 | CC | 13 | 19 |
| Octal | 64 | 103 | 115 | 40 | 15 | 0 | 106 | 314 | 23 | 31 |
| Binary | 110100 | 1000011 | 1001101 | 100000 | 1101 | 0 | 1000110 | 11001100 | 10011 | 11001 |
Color Harmonies of #34434D
Complementary color
Monochromatic Colors of #34434D
Black with #34434D
Text Example
Text Example
White with #34434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34434D; }
p { color: rgb(52,67,77); }
H1.HeaderClassName
{
color: #34434D;
}
.AnyTagClassName
{
color: #34434D;
}
</style>
background-color css
<style>
a { background-color: #34434D; }
a { background-color: rgb(52,67,77); }
div.DivClassName
{
background-color: #34434D;
}
.BgClassName
{
background-color: #34434D;
}
</style>
border-color css
<style>
span { border-color: #34434D; }
span { border-color: rgb(52,67,77); }
td.TdClassName
{
border-color: #34434D;
}
.TagClassName
{
border-color: #34434D;
}
</style>