Shades of Arsenic #32414E
Tints of Arsenic #32414E
RGB
CMYK
RGB Variations
Color information
#32414E (or 0x32414E) is known color: Arsenic. HEX triplet: 32, 41 and 4E. RGB value is (50,65,78). Sum of RGB (Red+Green+Blue) = 50+65+78=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #32414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32414E is #CDBEB1. Grayscale: #3D3D3D. Windows color (decimal): -13483698 or 5128498. OLE color: 5128498.
HSL color Cylindrical-coordinate representation of color #32414E: hue angle of 207.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32414E is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 65 | 78 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.69 |
| HSL | 207.86º | 0.22% | 0.25% | - |
| HSV(B) | 207.86º | 0.36% | 0.31% | - |
| XYZ | 4.58 | 5.01 | 7.93 | - |
| YUV | 62 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 78 | 0.36 | 0.17 | 0 | 0.69 | 207.86 | 0.22 | 0.25 |
| Hex | 32 | 41 | 4E | 24 | 11 | 0 | 45 | D0 | 16 | 19 |
| Octal | 62 | 101 | 116 | 44 | 21 | 0 | 105 | 320 | 26 | 31 |
| Binary | 110010 | 1000001 | 1001110 | 100100 | 10001 | 0 | 1000101 | 11010000 | 10110 | 11001 |
Color Harmonies of #32414E
Complementary color
Monochromatic Colors of #32414E
Black with #32414E
Text Example
Text Example
White with #32414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32414E; }
p { color: rgb(50,65,78); }
H1.HeaderClassName
{
color: #32414E;
}
.AnyTagClassName
{
color: #32414E;
}
</style>
background-color css
<style>
a { background-color: #32414E; }
a { background-color: rgb(50,65,78); }
div.DivClassName
{
background-color: #32414E;
}
.BgClassName
{
background-color: #32414E;
}
</style>
border-color css
<style>
span { border-color: #32414E; }
span { border-color: rgb(50,65,78); }
td.TdClassName
{
border-color: #32414E;
}
.TagClassName
{
border-color: #32414E;
}
</style>