Shades of Arsenic #374552
Tints of Arsenic #374552
RGB
CMYK
RGB Variations
Color information
#374552 (or 0x374552) is known color: Arsenic. HEX triplet: 37, 45 and 52. RGB value is (55,69,82). Sum of RGB (Red+Green+Blue) = 55+69+82=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #374552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374552 is #C8BAAD. Grayscale: #424242. Windows color (decimal): -13154990 or 5391671. OLE color: 5391671.
HSL color Cylindrical-coordinate representation of color #374552: hue angle of 208.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #374552 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 69 | 82 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.68 |
| HSL | 208.89º | 0.2% | 0.27% | - |
| HSV(B) | 208.89º | 0.33% | 0.32% | - |
| XYZ | 5.23 | 5.68 | 8.8 | - |
| YUV | 66.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 82 | 0.33 | 0.16 | 0 | 0.68 | 208.89 | 0.2 | 0.27 |
| Hex | 37 | 45 | 52 | 21 | 10 | 0 | 44 | D1 | 14 | 1B |
| Octal | 67 | 105 | 122 | 41 | 20 | 0 | 104 | 321 | 24 | 33 |
| Binary | 110111 | 1000101 | 1010010 | 100001 | 10000 | 0 | 1000100 | 11010001 | 10100 | 11011 |
Color Harmonies of #374552
Complementary color
Monochromatic Colors of #374552
Black with #374552
Text Example
Text Example
White with #374552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374552; }
p { color: rgb(55,69,82); }
H1.HeaderClassName
{
color: #374552;
}
.AnyTagClassName
{
color: #374552;
}
</style>
background-color css
<style>
a { background-color: #374552; }
a { background-color: rgb(55,69,82); }
div.DivClassName
{
background-color: #374552;
}
.BgClassName
{
background-color: #374552;
}
</style>
border-color css
<style>
span { border-color: #374552; }
span { border-color: rgb(55,69,82); }
td.TdClassName
{
border-color: #374552;
}
.TagClassName
{
border-color: #374552;
}
</style>