Shades of Arsenic #35434F
Tints of Arsenic #35434F
RGB
CMYK
RGB Variations
Color information
#35434F (or 0x35434F) is known color: Arsenic. HEX triplet: 35, 43 and 4F. RGB value is (53,67,79). Sum of RGB (Red+Green+Blue) = 53+67+79=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #35434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35434F is #CABCB0. Grayscale: #404040. Windows color (decimal): -13286577 or 5194549. OLE color: 5194549.
HSL color Cylindrical-coordinate representation of color #35434F: hue angle of 207.69º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35434F is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 67 | 79 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.69 |
| HSL | 207.69º | 0.2% | 0.26% | - |
| HSV(B) | 207.69º | 0.33% | 0.31% | - |
| XYZ | 4.89 | 5.34 | 8.17 | - |
| YUV | 64.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 79 | 0.33 | 0.15 | 0 | 0.69 | 207.69 | 0.2 | 0.26 |
| Hex | 35 | 43 | 4F | 21 | F | 0 | 45 | D0 | 14 | 1A |
| Octal | 65 | 103 | 117 | 41 | 17 | 0 | 105 | 320 | 24 | 32 |
| Binary | 110101 | 1000011 | 1001111 | 100001 | 1111 | 0 | 1000101 | 11010000 | 10100 | 11010 |
Color Harmonies of #35434F
Complementary color
Monochromatic Colors of #35434F
Black with #35434F
Text Example
Text Example
White with #35434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35434F; }
p { color: rgb(53,67,79); }
H1.HeaderClassName
{
color: #35434F;
}
.AnyTagClassName
{
color: #35434F;
}
</style>
background-color css
<style>
a { background-color: #35434F; }
a { background-color: rgb(53,67,79); }
div.DivClassName
{
background-color: #35434F;
}
.BgClassName
{
background-color: #35434F;
}
</style>
border-color css
<style>
span { border-color: #35434F; }
span { border-color: rgb(53,67,79); }
td.TdClassName
{
border-color: #35434F;
}
.TagClassName
{
border-color: #35434F;
}
</style>