Shades of Arsenic #354653
Tints of Arsenic #354653
RGB
CMYK
RGB Variations
Color information
#354653 (or 0x354653) is known color: Arsenic. HEX triplet: 35, 46 and 53. RGB value is (53,70,83). Sum of RGB (Red+Green+Blue) = 53+70+83=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #354653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354653 is #CAB9AC. Grayscale: #424242. Windows color (decimal): -13285805 or 5457461. OLE color: 5457461.
HSL color Cylindrical-coordinate representation of color #354653: hue angle of 206º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354653 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 70 | 83 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.67 |
| HSL | 206º | 0.22% | 0.27% | - |
| HSV(B) | 206º | 0.36% | 0.33% | - |
| XYZ | 5.22 | 5.76 | 9.02 | - |
| YUV | 66.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 83 | 0.36 | 0.16 | 0 | 0.67 | 206 | 0.22 | 0.27 |
| Hex | 35 | 46 | 53 | 24 | 10 | 0 | 43 | CE | 16 | 1B |
| Octal | 65 | 106 | 123 | 44 | 20 | 0 | 103 | 316 | 26 | 33 |
| Binary | 110101 | 1000110 | 1010011 | 100100 | 10000 | 0 | 1000011 | 11001110 | 10110 | 11011 |
Color Harmonies of #354653
Complementary color
Monochromatic Colors of #354653
Black with #354653
Text Example
Text Example
White with #354653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354653; }
p { color: rgb(53,70,83); }
H1.HeaderClassName
{
color: #354653;
}
.AnyTagClassName
{
color: #354653;
}
</style>
background-color css
<style>
a { background-color: #354653; }
a { background-color: rgb(53,70,83); }
div.DivClassName
{
background-color: #354653;
}
.BgClassName
{
background-color: #354653;
}
</style>
border-color css
<style>
span { border-color: #354653; }
span { border-color: rgb(53,70,83); }
td.TdClassName
{
border-color: #354653;
}
.TagClassName
{
border-color: #354653;
}
</style>