Shades of Arsenic #36414C
Tints of Arsenic #36414C
RGB
CMYK
RGB Variations
Color information
#36414C (or 0x36414C) is known color: Arsenic. HEX triplet: 36, 41 and 4C. RGB value is (54,65,76). Sum of RGB (Red+Green+Blue) = 54+65+76=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #36414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36414C is #C9BEB3. Grayscale: #3E3E3E. Windows color (decimal): -13221556 or 4997430. OLE color: 4997430.
HSL color Cylindrical-coordinate representation of color #36414C: hue angle of 210º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36414C is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 65 | 76 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.70 |
| HSL | 210º | 0.17% | 0.25% | - |
| HSV(B) | 210º | 0.29% | 0.3% | - |
| XYZ | 4.72 | 5.09 | 7.57 | - |
| YUV | 62.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 76 | 0.29 | 0.14 | 0 | 0.70 | 210 | 0.17 | 0.25 |
| Hex | 36 | 41 | 4C | 1D | E | 0 | 46 | D2 | 11 | 19 |
| Octal | 66 | 101 | 114 | 35 | 16 | 0 | 106 | 322 | 21 | 31 |
| Binary | 110110 | 1000001 | 1001100 | 11101 | 1110 | 0 | 1000110 | 11010010 | 10001 | 11001 |
Color Harmonies of #36414C
Complementary color
Monochromatic Colors of #36414C
Black with #36414C
Text Example
Text Example
White with #36414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36414C; }
p { color: rgb(54,65,76); }
H1.HeaderClassName
{
color: #36414C;
}
.AnyTagClassName
{
color: #36414C;
}
</style>
background-color css
<style>
a { background-color: #36414C; }
a { background-color: rgb(54,65,76); }
div.DivClassName
{
background-color: #36414C;
}
.BgClassName
{
background-color: #36414C;
}
</style>
border-color css
<style>
span { border-color: #36414C; }
span { border-color: rgb(54,65,76); }
td.TdClassName
{
border-color: #36414C;
}
.TagClassName
{
border-color: #36414C;
}
</style>