Shades of Arsenic #374650
Tints of Arsenic #374650
RGB
CMYK
RGB Variations
Color information
#374650 (or 0x374650) is known color: Arsenic. HEX triplet: 37, 46 and 50. RGB value is (55,70,80). Sum of RGB (Red+Green+Blue) = 55+70+80=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #374650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374650 is #C8B9AF. Grayscale: #424242. Windows color (decimal): -13154736 or 5260855. OLE color: 5260855.
HSL color Cylindrical-coordinate representation of color #374650: hue angle of 204º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374650 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 70 | 80 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.69 |
| HSL | 204º | 0.19% | 0.26% | - |
| HSV(B) | 204º | 0.31% | 0.31% | - |
| XYZ | 5.21 | 5.77 | 8.43 | - |
| YUV | 66.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 80 | 0.31 | 0.12 | 0 | 0.69 | 204 | 0.19 | 0.26 |
| Hex | 37 | 46 | 50 | 1F | C | 0 | 45 | CC | 13 | 1A |
| Octal | 67 | 106 | 120 | 37 | 14 | 0 | 105 | 314 | 23 | 32 |
| Binary | 110111 | 1000110 | 1010000 | 11111 | 1100 | 0 | 1000101 | 11001100 | 10011 | 11010 |
Color Harmonies of #374650
Complementary color
Monochromatic Colors of #374650
Black with #374650
Text Example
Text Example
White with #374650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374650; }
p { color: rgb(55,70,80); }
H1.HeaderClassName
{
color: #374650;
}
.AnyTagClassName
{
color: #374650;
}
</style>
background-color css
<style>
a { background-color: #374650; }
a { background-color: rgb(55,70,80); }
div.DivClassName
{
background-color: #374650;
}
.BgClassName
{
background-color: #374650;
}
</style>
border-color css
<style>
span { border-color: #374650; }
span { border-color: rgb(55,70,80); }
td.TdClassName
{
border-color: #374650;
}
.TagClassName
{
border-color: #374650;
}
</style>