Shades of Arsenic #354250
Tints of Arsenic #354250
RGB
CMYK
RGB Variations
Color information
#354250 (or 0x354250) is known color: Arsenic. HEX triplet: 35, 42 and 50. RGB value is (53,66,80). Sum of RGB (Red+Green+Blue) = 53+66+80=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #354250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354250 is #CABDAF. Grayscale: #3F3F3F. Windows color (decimal): -13286832 or 5259829. OLE color: 5259829.
HSL color Cylindrical-coordinate representation of color #354250: hue angle of 211.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354250 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 66 | 80 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.69 |
| HSL | 211.11º | 0.2% | 0.26% | - |
| HSV(B) | 211.11º | 0.34% | 0.31% | - |
| XYZ | 4.86 | 5.23 | 8.34 | - |
| YUV | 63.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 80 | 0.34 | 0.17 | 0 | 0.69 | 211.11 | 0.2 | 0.26 |
| Hex | 35 | 42 | 50 | 22 | 11 | 0 | 45 | D3 | 14 | 1A |
| Octal | 65 | 102 | 120 | 42 | 21 | 0 | 105 | 323 | 24 | 32 |
| Binary | 110101 | 1000010 | 1010000 | 100010 | 10001 | 0 | 1000101 | 11010011 | 10100 | 11010 |
Color Harmonies of #354250
Complementary color
Monochromatic Colors of #354250
Black with #354250
Text Example
Text Example
White with #354250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354250; }
p { color: rgb(53,66,80); }
H1.HeaderClassName
{
color: #354250;
}
.AnyTagClassName
{
color: #354250;
}
</style>
background-color css
<style>
a { background-color: #354250; }
a { background-color: rgb(53,66,80); }
div.DivClassName
{
background-color: #354250;
}
.BgClassName
{
background-color: #354250;
}
</style>
border-color css
<style>
span { border-color: #354250; }
span { border-color: rgb(53,66,80); }
td.TdClassName
{
border-color: #354250;
}
.TagClassName
{
border-color: #354250;
}
</style>