Shades of Arsenic #37424C
Tints of Arsenic #37424C
RGB
CMYK
RGB Variations
Color information
#37424C (or 0x37424C) is known color: Arsenic. HEX triplet: 37, 42 and 4C. RGB value is (55,66,76). Sum of RGB (Red+Green+Blue) = 55+66+76=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 76 - color contains mainly: blue. Hex color #37424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37424C is #C8BDB3. Grayscale: #3F3F3F. Windows color (decimal): -13155764 or 4997687. OLE color: 4997687.
HSL color Cylindrical-coordinate representation of color #37424C: hue angle of 208.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #37424C is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 66 | 76 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.70 |
| HSL | 208.57º | 0.16% | 0.26% | - |
| HSV(B) | 208.57º | 0.28% | 0.3% | - |
| XYZ | 4.83 | 5.23 | 7.59 | - |
| YUV | 63.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 76 | 0.28 | 0.13 | 0 | 0.70 | 208.57 | 0.16 | 0.26 |
| Hex | 37 | 42 | 4C | 1C | D | 0 | 46 | D1 | 10 | 1A |
| Octal | 67 | 102 | 114 | 34 | 15 | 0 | 106 | 321 | 20 | 32 |
| Binary | 110111 | 1000010 | 1001100 | 11100 | 1101 | 0 | 1000110 | 11010001 | 10000 | 11010 |
Color Harmonies of #37424C
Complementary color
Monochromatic Colors of #37424C
Black with #37424C
Text Example
Text Example
White with #37424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37424C; }
p { color: rgb(55,66,76); }
H1.HeaderClassName
{
color: #37424C;
}
.AnyTagClassName
{
color: #37424C;
}
</style>
background-color css
<style>
a { background-color: #37424C; }
a { background-color: rgb(55,66,76); }
div.DivClassName
{
background-color: #37424C;
}
.BgClassName
{
background-color: #37424C;
}
</style>
border-color css
<style>
span { border-color: #37424C; }
span { border-color: rgb(55,66,76); }
td.TdClassName
{
border-color: #37424C;
}
.TagClassName
{
border-color: #37424C;
}
</style>