Shades of Arsenic #354049
Tints of Arsenic #354049
RGB
CMYK
RGB Variations
Color information
#354049 (or 0x354049) is known color: Arsenic. HEX triplet: 35, 40 and 49. RGB value is (53,64,73). Sum of RGB (Red+Green+Blue) = 53+64+73=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #354049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354049 is #CABFB6. Grayscale: #3D3D3D. Windows color (decimal): -13287351 or 4800565. OLE color: 4800565.
HSL color Cylindrical-coordinate representation of color #354049: hue angle of 207º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354049 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 64 | 73 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.71 |
| HSL | 207º | 0.16% | 0.25% | - |
| HSV(B) | 207º | 0.27% | 0.29% | - |
| XYZ | 4.5 | 4.9 | 7.01 | - |
| YUV | 61.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 73 | 0.27 | 0.12 | 0 | 0.71 | 207 | 0.16 | 0.25 |
| Hex | 35 | 40 | 49 | 1B | C | 0 | 47 | CF | 10 | 19 |
| Octal | 65 | 100 | 111 | 33 | 14 | 0 | 107 | 317 | 20 | 31 |
| Binary | 110101 | 1000000 | 1001001 | 11011 | 1100 | 0 | 1000111 | 11001111 | 10000 | 11001 |
Color Harmonies of #354049
Complementary color
Monochromatic Colors of #354049
Black with #354049
Text Example
Text Example
White with #354049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354049; }
p { color: rgb(53,64,73); }
H1.HeaderClassName
{
color: #354049;
}
.AnyTagClassName
{
color: #354049;
}
</style>
background-color css
<style>
a { background-color: #354049; }
a { background-color: rgb(53,64,73); }
div.DivClassName
{
background-color: #354049;
}
.BgClassName
{
background-color: #354049;
}
</style>
border-color css
<style>
span { border-color: #354049; }
span { border-color: rgb(53,64,73); }
td.TdClassName
{
border-color: #354049;
}
.TagClassName
{
border-color: #354049;
}
</style>