Shades of Arsenic #32434F
Tints of Arsenic #32434F
RGB
CMYK
RGB Variations
Color information
#32434F (or 0x32434F) is known color: Arsenic. HEX triplet: 32, 43 and 4F. RGB value is (50,67,79). Sum of RGB (Red+Green+Blue) = 50+67+79=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #32434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32434F is #CDBCB0. Grayscale: #3F3F3F. Windows color (decimal): -13483185 or 5194546. OLE color: 5194546.
HSL color Cylindrical-coordinate representation of color #32434F: hue angle of 204.83º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32434F is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 67 | 79 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.69 |
| HSL | 204.83º | 0.22% | 0.25% | - |
| HSV(B) | 204.83º | 0.37% | 0.31% | - |
| XYZ | 4.73 | 5.26 | 8.16 | - |
| YUV | 63.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 79 | 0.37 | 0.15 | 0 | 0.69 | 204.83 | 0.22 | 0.25 |
| Hex | 32 | 43 | 4F | 25 | F | 0 | 45 | CD | 16 | 19 |
| Octal | 62 | 103 | 117 | 45 | 17 | 0 | 105 | 315 | 26 | 31 |
| Binary | 110010 | 1000011 | 1001111 | 100101 | 1111 | 0 | 1000101 | 11001101 | 10110 | 11001 |
Color Harmonies of #32434F
Complementary color
Monochromatic Colors of #32434F
Black with #32434F
Text Example
Text Example
White with #32434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32434F; }
p { color: rgb(50,67,79); }
H1.HeaderClassName
{
color: #32434F;
}
.AnyTagClassName
{
color: #32434F;
}
</style>
background-color css
<style>
a { background-color: #32434F; }
a { background-color: rgb(50,67,79); }
div.DivClassName
{
background-color: #32434F;
}
.BgClassName
{
background-color: #32434F;
}
</style>
border-color css
<style>
span { border-color: #32434F; }
span { border-color: rgb(50,67,79); }
td.TdClassName
{
border-color: #32434F;
}
.TagClassName
{
border-color: #32434F;
}
</style>