Shades of Arsenic #354652
Tints of Arsenic #354652
RGB
CMYK
RGB Variations
Color information
#354652 (or 0x354652) is known color: Arsenic. HEX triplet: 35, 46 and 52. RGB value is (53,70,82). Sum of RGB (Red+Green+Blue) = 53+70+82=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #354652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354652 is #CAB9AD. Grayscale: #424242. Windows color (decimal): -13285806 or 5391925. OLE color: 5391925.
HSL color Cylindrical-coordinate representation of color #354652: hue angle of 204.83º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354652 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 70 | 82 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.68 |
| HSL | 204.83º | 0.21% | 0.26% | - |
| HSV(B) | 204.83º | 0.35% | 0.32% | - |
| XYZ | 5.18 | 5.75 | 8.82 | - |
| YUV | 66.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 82 | 0.35 | 0.15 | 0 | 0.68 | 204.83 | 0.21 | 0.26 |
| Hex | 35 | 46 | 52 | 23 | F | 0 | 44 | CD | 15 | 1A |
| Octal | 65 | 106 | 122 | 43 | 17 | 0 | 104 | 315 | 25 | 32 |
| Binary | 110101 | 1000110 | 1010010 | 100011 | 1111 | 0 | 1000100 | 11001101 | 10101 | 11010 |
Color Harmonies of #354652
Complementary color
Monochromatic Colors of #354652
Black with #354652
Text Example
Text Example
White with #354652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354652; }
p { color: rgb(53,70,82); }
H1.HeaderClassName
{
color: #354652;
}
.AnyTagClassName
{
color: #354652;
}
</style>
background-color css
<style>
a { background-color: #354652; }
a { background-color: rgb(53,70,82); }
div.DivClassName
{
background-color: #354652;
}
.BgClassName
{
background-color: #354652;
}
</style>
border-color css
<style>
span { border-color: #354652; }
span { border-color: rgb(53,70,82); }
td.TdClassName
{
border-color: #354652;
}
.TagClassName
{
border-color: #354652;
}
</style>