Shades of Arsenic #36444D
Tints of Arsenic #36444D
RGB
CMYK
RGB Variations
Color information
#36444D (or 0x36444D) is known color: Arsenic. HEX triplet: 36, 44 and 4D. RGB value is (54,68,77). Sum of RGB (Red+Green+Blue) = 54+68+77=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #36444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36444D is #C9BBB2. Grayscale: #404040. Windows color (decimal): -13220787 or 5063734. OLE color: 5063734.
HSL color Cylindrical-coordinate representation of color #36444D: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36444D is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 68 | 77 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.70 |
| HSL | 203.48º | 0.18% | 0.26% | - |
| HSV(B) | 203.48º | 0.3% | 0.3% | - |
| XYZ | 4.93 | 5.45 | 7.81 | - |
| YUV | 64.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 77 | 0.30 | 0.12 | 0 | 0.70 | 203.48 | 0.18 | 0.26 |
| Hex | 36 | 44 | 4D | 1E | C | 0 | 46 | CB | 12 | 1A |
| Octal | 66 | 104 | 115 | 36 | 14 | 0 | 106 | 313 | 22 | 32 |
| Binary | 110110 | 1000100 | 1001101 | 11110 | 1100 | 0 | 1000110 | 11001011 | 10010 | 11010 |
Color Harmonies of #36444D
Complementary color
Monochromatic Colors of #36444D
Black with #36444D
Text Example
Text Example
White with #36444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36444D; }
p { color: rgb(54,68,77); }
H1.HeaderClassName
{
color: #36444D;
}
.AnyTagClassName
{
color: #36444D;
}
</style>
background-color css
<style>
a { background-color: #36444D; }
a { background-color: rgb(54,68,77); }
div.DivClassName
{
background-color: #36444D;
}
.BgClassName
{
background-color: #36444D;
}
</style>
border-color css
<style>
span { border-color: #36444D; }
span { border-color: rgb(54,68,77); }
td.TdClassName
{
border-color: #36444D;
}
.TagClassName
{
border-color: #36444D;
}
</style>