Shades of Arsenic #35424D
Tints of Arsenic #35424D
RGB
CMYK
RGB Variations
Color information
#35424D (or 0x35424D) is known color: Arsenic. HEX triplet: 35, 42 and 4D. RGB value is (53,66,77). Sum of RGB (Red+Green+Blue) = 53+66+77=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 66 (26.17% from 255 or 33.67% 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 #35424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35424D is #CABDB2. Grayscale: #3F3F3F. Windows color (decimal): -13286835 or 5063221. OLE color: 5063221.
HSL color Cylindrical-coordinate representation of color #35424D: hue angle of 207.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35424D is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 66 | 77 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.70 |
| HSL | 207.5º | 0.18% | 0.25% | - |
| HSV(B) | 207.5º | 0.31% | 0.3% | - |
| XYZ | 4.76 | 5.19 | 7.77 | - |
| YUV | 63.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 77 | 0.31 | 0.14 | 0 | 0.70 | 207.5 | 0.18 | 0.25 |
| Hex | 35 | 42 | 4D | 1F | E | 0 | 46 | D0 | 12 | 19 |
| Octal | 65 | 102 | 115 | 37 | 16 | 0 | 106 | 320 | 22 | 31 |
| Binary | 110101 | 1000010 | 1001101 | 11111 | 1110 | 0 | 1000110 | 11010000 | 10010 | 11001 |
Color Harmonies of #35424D
Complementary color
Monochromatic Colors of #35424D
Black with #35424D
Text Example
Text Example
White with #35424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35424D; }
p { color: rgb(53,66,77); }
H1.HeaderClassName
{
color: #35424D;
}
.AnyTagClassName
{
color: #35424D;
}
</style>
background-color css
<style>
a { background-color: #35424D; }
a { background-color: rgb(53,66,77); }
div.DivClassName
{
background-color: #35424D;
}
.BgClassName
{
background-color: #35424D;
}
</style>
border-color css
<style>
span { border-color: #35424D; }
span { border-color: rgb(53,66,77); }
td.TdClassName
{
border-color: #35424D;
}
.TagClassName
{
border-color: #35424D;
}
</style>