Shades of Arsenic #37404A
Tints of Arsenic #37404A
RGB
CMYK
RGB Variations
Color information
#37404A (or 0x37404A) is known color: Arsenic. HEX triplet: 37, 40 and 4A. RGB value is (55,64,74). Sum of RGB (Red+Green+Blue) = 55+64+74=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #37404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37404A is #C8BFB5. Grayscale: #3E3E3E. Windows color (decimal): -13156278 or 4866103. OLE color: 4866103.
HSL color Cylindrical-coordinate representation of color #37404A: hue angle of 211.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #37404A is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 64 | 74 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.71 |
| HSL | 211.58º | 0.15% | 0.25% | - |
| HSV(B) | 211.58º | 0.26% | 0.29% | - |
| XYZ | 4.64 | 4.97 | 7.19 | - |
| YUV | 62.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 74 | 0.26 | 0.14 | 0 | 0.71 | 211.58 | 0.15 | 0.25 |
| Hex | 37 | 40 | 4A | 1A | E | 0 | 47 | D4 | F | 19 |
| Octal | 67 | 100 | 112 | 32 | 16 | 0 | 107 | 324 | 17 | 31 |
| Binary | 110111 | 1000000 | 1001010 | 11010 | 1110 | 0 | 1000111 | 11010100 | 1111 | 11001 |
Color Harmonies of #37404A
Complementary color
Monochromatic Colors of #37404A
Black with #37404A
Text Example
Text Example
White with #37404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37404A; }
p { color: rgb(55,64,74); }
H1.HeaderClassName
{
color: #37404A;
}
.AnyTagClassName
{
color: #37404A;
}
</style>
background-color css
<style>
a { background-color: #37404A; }
a { background-color: rgb(55,64,74); }
div.DivClassName
{
background-color: #37404A;
}
.BgClassName
{
background-color: #37404A;
}
</style>
border-color css
<style>
span { border-color: #37404A; }
span { border-color: rgb(55,64,74); }
td.TdClassName
{
border-color: #37404A;
}
.TagClassName
{
border-color: #37404A;
}
</style>