Shades of Arsenic #374047
Tints of Arsenic #374047
RGB
CMYK
RGB Variations
Color information
#374047 (or 0x374047) is known color: Arsenic. HEX triplet: 37, 40 and 47. RGB value is (55,64,71). Sum of RGB (Red+Green+Blue) = 55+64+71=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #374047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374047 is #C8BFB8. Grayscale: #3E3E3E. Windows color (decimal): -13156281 or 4669495. OLE color: 4669495.
HSL color Cylindrical-coordinate representation of color #374047: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374047 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 64 | 71 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.72 |
| HSL | 206.25º | 0.13% | 0.25% | - |
| HSV(B) | 206.25º | 0.23% | 0.28% | - |
| XYZ | 4.55 | 4.93 | 6.67 | - |
| YUV | 62.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 71 | 0.23 | 0.10 | 0 | 0.72 | 206.25 | 0.13 | 0.25 |
| Hex | 37 | 40 | 47 | 17 | A | 0 | 48 | CE | D | 19 |
| Octal | 67 | 100 | 107 | 27 | 12 | 0 | 110 | 316 | 15 | 31 |
| Binary | 110111 | 1000000 | 1000111 | 10111 | 1010 | 0 | 1001000 | 11001110 | 1101 | 11001 |
Color Harmonies of #374047
Complementary color
Monochromatic Colors of #374047
Black with #374047
Text Example
Text Example
White with #374047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374047; }
p { color: rgb(55,64,71); }
H1.HeaderClassName
{
color: #374047;
}
.AnyTagClassName
{
color: #374047;
}
</style>
background-color css
<style>
a { background-color: #374047; }
a { background-color: rgb(55,64,71); }
div.DivClassName
{
background-color: #374047;
}
.BgClassName
{
background-color: #374047;
}
</style>
border-color css
<style>
span { border-color: #374047; }
span { border-color: rgb(55,64,71); }
td.TdClassName
{
border-color: #374047;
}
.TagClassName
{
border-color: #374047;
}
</style>