Shades of Arsenic #35414D
Tints of Arsenic #35414D
RGB
CMYK
RGB Variations
Color information
#35414D (or 0x35414D) is known color: Arsenic. HEX triplet: 35, 41 and 4D. RGB value is (53,65,77). Sum of RGB (Red+Green+Blue) = 53+65+77=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #35414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35414D is #CABEB2. Grayscale: #3E3E3E. Windows color (decimal): -13287091 or 5062965. OLE color: 5062965.
HSL color Cylindrical-coordinate representation of color #35414D: hue angle of 210º 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 #35414D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 65 | 77 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.70 |
| HSL | 210º | 0.18% | 0.25% | - |
| HSV(B) | 210º | 0.31% | 0.3% | - |
| XYZ | 4.7 | 5.07 | 7.75 | - |
| YUV | 62.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 77 | 0.31 | 0.16 | 0 | 0.70 | 210 | 0.18 | 0.25 |
| Hex | 35 | 41 | 4D | 1F | 10 | 0 | 46 | D2 | 12 | 19 |
| Octal | 65 | 101 | 115 | 37 | 20 | 0 | 106 | 322 | 22 | 31 |
| Binary | 110101 | 1000001 | 1001101 | 11111 | 10000 | 0 | 1000110 | 11010010 | 10010 | 11001 |
Color Harmonies of #35414D
Complementary color
Monochromatic Colors of #35414D
Black with #35414D
Text Example
Text Example
White with #35414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35414D; }
p { color: rgb(53,65,77); }
H1.HeaderClassName
{
color: #35414D;
}
.AnyTagClassName
{
color: #35414D;
}
</style>
background-color css
<style>
a { background-color: #35414D; }
a { background-color: rgb(53,65,77); }
div.DivClassName
{
background-color: #35414D;
}
.BgClassName
{
background-color: #35414D;
}
</style>
border-color css
<style>
span { border-color: #35414D; }
span { border-color: rgb(53,65,77); }
td.TdClassName
{
border-color: #35414D;
}
.TagClassName
{
border-color: #35414D;
}
</style>