Shades of Arsenic #323F4C
Tints of Arsenic #323F4C
RGB
CMYK
RGB Variations
Color information
#323F4C (or 0x323F4C) is known color: Arsenic. HEX triplet: 32, 3F and 4C. RGB value is (50,63,76). Sum of RGB (Red+Green+Blue) = 50+63+76=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #323F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F4C is #CDC0B3. Grayscale: #3C3C3C. Windows color (decimal): -13484212 or 4996914. OLE color: 4996914.
HSL color Cylindrical-coordinate representation of color #323F4C: hue angle of 210º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323F4C is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 63 | 76 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.70 |
| HSL | 210º | 0.21% | 0.25% | - |
| HSV(B) | 210º | 0.34% | 0.3% | - |
| XYZ | 4.4 | 4.75 | 7.52 | - |
| YUV | 60.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 76 | 0.34 | 0.17 | 0 | 0.70 | 210 | 0.21 | 0.25 |
| Hex | 32 | 3F | 4C | 22 | 11 | 0 | 46 | D2 | 15 | 19 |
| Octal | 62 | 77 | 114 | 42 | 21 | 0 | 106 | 322 | 25 | 31 |
| Binary | 110010 | 111111 | 1001100 | 100010 | 10001 | 0 | 1000110 | 11010010 | 10101 | 11001 |
Color Harmonies of #323F4C
Complementary color
Monochromatic Colors of #323F4C
Black with #323F4C
Text Example
Text Example
White with #323F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F4C; }
p { color: rgb(50,63,76); }
H1.HeaderClassName
{
color: #323F4C;
}
.AnyTagClassName
{
color: #323F4C;
}
</style>
background-color css
<style>
a { background-color: #323F4C; }
a { background-color: rgb(50,63,76); }
div.DivClassName
{
background-color: #323F4C;
}
.BgClassName
{
background-color: #323F4C;
}
</style>
border-color css
<style>
span { border-color: #323F4C; }
span { border-color: rgb(50,63,76); }
td.TdClassName
{
border-color: #323F4C;
}
.TagClassName
{
border-color: #323F4C;
}
</style>