Shades of Arsenic #37444D
Tints of Arsenic #37444D
RGB
CMYK
RGB Variations
Color information
#37444D (or 0x37444D) is known color: Arsenic. HEX triplet: 37, 44 and 4D. RGB value is (55,68,77). Sum of RGB (Red+Green+Blue) = 55+68+77=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #37444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37444D is #C8BBB2. Grayscale: #414141. Windows color (decimal): -13155251 or 5063735. OLE color: 5063735.
HSL color Cylindrical-coordinate representation of color #37444D: hue angle of 204.55º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37444D is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 68 | 77 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.70 |
| HSL | 204.55º | 0.17% | 0.26% | - |
| HSV(B) | 204.55º | 0.29% | 0.3% | - |
| XYZ | 4.98 | 5.48 | 7.82 | - |
| YUV | 65.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 77 | 0.29 | 0.12 | 0 | 0.70 | 204.55 | 0.17 | 0.26 |
| Hex | 37 | 44 | 4D | 1D | C | 0 | 46 | CD | 11 | 1A |
| Octal | 67 | 104 | 115 | 35 | 14 | 0 | 106 | 315 | 21 | 32 |
| Binary | 110111 | 1000100 | 1001101 | 11101 | 1100 | 0 | 1000110 | 11001101 | 10001 | 11010 |
Color Harmonies of #37444D
Complementary color
Monochromatic Colors of #37444D
Black with #37444D
Text Example
Text Example
White with #37444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37444D; }
p { color: rgb(55,68,77); }
H1.HeaderClassName
{
color: #37444D;
}
.AnyTagClassName
{
color: #37444D;
}
</style>
background-color css
<style>
a { background-color: #37444D; }
a { background-color: rgb(55,68,77); }
div.DivClassName
{
background-color: #37444D;
}
.BgClassName
{
background-color: #37444D;
}
</style>
border-color css
<style>
span { border-color: #37444D; }
span { border-color: rgb(55,68,77); }
td.TdClassName
{
border-color: #37444D;
}
.TagClassName
{
border-color: #37444D;
}
</style>