Shades of Arsenic #323E49
Tints of Arsenic #323E49
RGB
CMYK
RGB Variations
Color information
#323E49 (or 0x323E49) is known color: Arsenic. HEX triplet: 32, 3E and 49. RGB value is (50,62,73). Sum of RGB (Red+Green+Blue) = 50+62+73=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #323E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E49 is #CDC1B6. Grayscale: #3B3B3B. Windows color (decimal): -13484471 or 4800050. OLE color: 4800050.
HSL color Cylindrical-coordinate representation of color #323E49: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323E49 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 62 | 73 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.71 |
| HSL | 208.7º | 0.19% | 0.24% | - |
| HSV(B) | 208.7º | 0.32% | 0.29% | - |
| XYZ | 4.24 | 4.6 | 6.97 | - |
| YUV | 59.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 73 | 0.32 | 0.15 | 0 | 0.71 | 208.7 | 0.19 | 0.24 |
| Hex | 32 | 3E | 49 | 20 | F | 0 | 47 | D1 | 13 | 18 |
| Octal | 62 | 76 | 111 | 40 | 17 | 0 | 107 | 321 | 23 | 30 |
| Binary | 110010 | 111110 | 1001001 | 100000 | 1111 | 0 | 1000111 | 11010001 | 10011 | 11000 |
Color Harmonies of #323E49
Complementary color
Monochromatic Colors of #323E49
Black with #323E49
Text Example
Text Example
White with #323E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E49; }
p { color: rgb(50,62,73); }
H1.HeaderClassName
{
color: #323E49;
}
.AnyTagClassName
{
color: #323E49;
}
</style>
background-color css
<style>
a { background-color: #323E49; }
a { background-color: rgb(50,62,73); }
div.DivClassName
{
background-color: #323E49;
}
.BgClassName
{
background-color: #323E49;
}
</style>
border-color css
<style>
span { border-color: #323E49; }
span { border-color: rgb(50,62,73); }
td.TdClassName
{
border-color: #323E49;
}
.TagClassName
{
border-color: #323E49;
}
</style>