Shades of Arsenic #37434A
Tints of Arsenic #37434A
RGB
CMYK
RGB Variations
Color information
#37434A (or 0x37434A) is known color: Arsenic. HEX triplet: 37, 43 and 4A. RGB value is (55,67,74). Sum of RGB (Red+Green+Blue) = 55+67+74=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #37434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37434A is #C8BCB5. Grayscale: #404040. Windows color (decimal): -13155510 or 4866871. OLE color: 4866871.
HSL color Cylindrical-coordinate representation of color #37434A: hue angle of 202.11º 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 #37434A is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 67 | 74 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.71 |
| HSL | 202.11º | 0.15% | 0.25% | - |
| HSV(B) | 202.11º | 0.26% | 0.29% | - |
| XYZ | 4.82 | 5.32 | 7.25 | - |
| YUV | 64.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 74 | 0.26 | 0.09 | 0 | 0.71 | 202.11 | 0.15 | 0.25 |
| Hex | 37 | 43 | 4A | 1A | 9 | 0 | 47 | CA | F | 19 |
| Octal | 67 | 103 | 112 | 32 | 11 | 0 | 107 | 312 | 17 | 31 |
| Binary | 110111 | 1000011 | 1001010 | 11010 | 1001 | 0 | 1000111 | 11001010 | 1111 | 11001 |
Color Harmonies of #37434A
Complementary color
Monochromatic Colors of #37434A
Black with #37434A
Text Example
Text Example
White with #37434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37434A; }
p { color: rgb(55,67,74); }
H1.HeaderClassName
{
color: #37434A;
}
.AnyTagClassName
{
color: #37434A;
}
</style>
background-color css
<style>
a { background-color: #37434A; }
a { background-color: rgb(55,67,74); }
div.DivClassName
{
background-color: #37434A;
}
.BgClassName
{
background-color: #37434A;
}
</style>
border-color css
<style>
span { border-color: #37434A; }
span { border-color: rgb(55,67,74); }
td.TdClassName
{
border-color: #37434A;
}
.TagClassName
{
border-color: #37434A;
}
</style>