Shades of Arsenic #37464F
Tints of Arsenic #37464F
RGB
CMYK
RGB Variations
Color information
#37464F (or 0x37464F) is known color: Arsenic. HEX triplet: 37, 46 and 4F. RGB value is (55,70,79). Sum of RGB (Red+Green+Blue) = 55+70+79=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #37464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37464F is #C8B9B0. Grayscale: #424242. Windows color (decimal): -13154737 or 5195319. OLE color: 5195319.
HSL color Cylindrical-coordinate representation of color #37464F: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37464F is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 70 | 79 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.69 |
| HSL | 202.5º | 0.18% | 0.26% | - |
| HSV(B) | 202.5º | 0.3% | 0.31% | - |
| XYZ | 5.18 | 5.76 | 8.24 | - |
| YUV | 66.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 79 | 0.30 | 0.11 | 0 | 0.69 | 202.5 | 0.18 | 0.26 |
| Hex | 37 | 46 | 4F | 1E | B | 0 | 45 | CA | 12 | 1A |
| Octal | 67 | 106 | 117 | 36 | 13 | 0 | 105 | 312 | 22 | 32 |
| Binary | 110111 | 1000110 | 1001111 | 11110 | 1011 | 0 | 1000101 | 11001010 | 10010 | 11010 |
Color Harmonies of #37464F
Complementary color
Monochromatic Colors of #37464F
Black with #37464F
Text Example
Text Example
White with #37464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37464F; }
p { color: rgb(55,70,79); }
H1.HeaderClassName
{
color: #37464F;
}
.AnyTagClassName
{
color: #37464F;
}
</style>
background-color css
<style>
a { background-color: #37464F; }
a { background-color: rgb(55,70,79); }
div.DivClassName
{
background-color: #37464F;
}
.BgClassName
{
background-color: #37464F;
}
</style>
border-color css
<style>
span { border-color: #37464F; }
span { border-color: rgb(55,70,79); }
td.TdClassName
{
border-color: #37464F;
}
.TagClassName
{
border-color: #37464F;
}
</style>