Shades of Arsenic #324551
Tints of Arsenic #324551
RGB
CMYK
RGB Variations
Color information
#324551 (or 0x324551) is known color: Arsenic. HEX triplet: 32, 45 and 51. RGB value is (50,69,81). Sum of RGB (Red+Green+Blue) = 50+69+81=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #324551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324551 is #CDBAAE. Grayscale: #404040. Windows color (decimal): -13482671 or 5326130. OLE color: 5326130.
HSL color Cylindrical-coordinate representation of color #324551: hue angle of 203.23º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324551 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 69 | 81 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.68 |
| HSL | 203.23º | 0.24% | 0.26% | - |
| HSV(B) | 203.23º | 0.38% | 0.32% | - |
| XYZ | 4.93 | 5.53 | 8.59 | - |
| YUV | 64.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 81 | 0.38 | 0.15 | 0 | 0.68 | 203.23 | 0.24 | 0.26 |
| Hex | 32 | 45 | 51 | 26 | F | 0 | 44 | CB | 18 | 1A |
| Octal | 62 | 105 | 121 | 46 | 17 | 0 | 104 | 313 | 30 | 32 |
| Binary | 110010 | 1000101 | 1010001 | 100110 | 1111 | 0 | 1000100 | 11001011 | 11000 | 11010 |
Color Harmonies of #324551
Complementary color
Monochromatic Colors of #324551
Black with #324551
Text Example
Text Example
White with #324551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324551; }
p { color: rgb(50,69,81); }
H1.HeaderClassName
{
color: #324551;
}
.AnyTagClassName
{
color: #324551;
}
</style>
background-color css
<style>
a { background-color: #324551; }
a { background-color: rgb(50,69,81); }
div.DivClassName
{
background-color: #324551;
}
.BgClassName
{
background-color: #324551;
}
</style>
border-color css
<style>
span { border-color: #324551; }
span { border-color: rgb(50,69,81); }
td.TdClassName
{
border-color: #324551;
}
.TagClassName
{
border-color: #324551;
}
</style>