Shades of Arsenic #323E4A
Tints of Arsenic #323E4A
RGB
CMYK
RGB Variations
Color information
#323E4A (or 0x323E4A) is known color: Arsenic. HEX triplet: 32, 3E and 4A. RGB value is (50,62,74). Sum of RGB (Red+Green+Blue) = 50+62+74=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #323E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E4A is #CDC1B5. Grayscale: #3B3B3B. Windows color (decimal): -13484470 or 4865586. OLE color: 4865586.
HSL color Cylindrical-coordinate representation of color #323E4A: hue angle of 210º 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 #323E4A is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 62 | 74 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.71 |
| HSL | 210º | 0.19% | 0.24% | - |
| HSV(B) | 210º | 0.32% | 0.29% | - |
| XYZ | 4.27 | 4.62 | 7.14 | - |
| YUV | 59.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 74 | 0.32 | 0.16 | 0 | 0.71 | 210 | 0.19 | 0.24 |
| Hex | 32 | 3E | 4A | 20 | 10 | 0 | 47 | D2 | 13 | 18 |
| Octal | 62 | 76 | 112 | 40 | 20 | 0 | 107 | 322 | 23 | 30 |
| Binary | 110010 | 111110 | 1001010 | 100000 | 10000 | 0 | 1000111 | 11010010 | 10011 | 11000 |
Color Harmonies of #323E4A
Complementary color
Monochromatic Colors of #323E4A
Black with #323E4A
Text Example
Text Example
White with #323E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E4A; }
p { color: rgb(50,62,74); }
H1.HeaderClassName
{
color: #323E4A;
}
.AnyTagClassName
{
color: #323E4A;
}
</style>
background-color css
<style>
a { background-color: #323E4A; }
a { background-color: rgb(50,62,74); }
div.DivClassName
{
background-color: #323E4A;
}
.BgClassName
{
background-color: #323E4A;
}
</style>
border-color css
<style>
span { border-color: #323E4A; }
span { border-color: rgb(50,62,74); }
td.TdClassName
{
border-color: #323E4A;
}
.TagClassName
{
border-color: #323E4A;
}
</style>