Shades of Arsenic #36444C
Tints of Arsenic #36444C
RGB
CMYK
RGB Variations
Color information
#36444C (or 0x36444C) is known color: Arsenic. HEX triplet: 36, 44 and 4C. RGB value is (54,68,76). Sum of RGB (Red+Green+Blue) = 54+68+76=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #36444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36444C is #C9BBB3. Grayscale: #404040. Windows color (decimal): -13220788 or 4998198. OLE color: 4998198.
HSL color Cylindrical-coordinate representation of color #36444C: hue angle of 201.82º 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 #36444C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 68 | 76 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.70 |
| HSL | 201.82º | 0.17% | 0.25% | - |
| HSV(B) | 201.82º | 0.29% | 0.3% | - |
| XYZ | 4.89 | 5.44 | 7.63 | - |
| YUV | 64.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 76 | 0.29 | 0.11 | 0 | 0.70 | 201.82 | 0.17 | 0.25 |
| Hex | 36 | 44 | 4C | 1D | B | 0 | 46 | CA | 11 | 19 |
| Octal | 66 | 104 | 114 | 35 | 13 | 0 | 106 | 312 | 21 | 31 |
| Binary | 110110 | 1000100 | 1001100 | 11101 | 1011 | 0 | 1000110 | 11001010 | 10001 | 11001 |
Color Harmonies of #36444C
Complementary color
Monochromatic Colors of #36444C
Black with #36444C
Text Example
Text Example
White with #36444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36444C; }
p { color: rgb(54,68,76); }
H1.HeaderClassName
{
color: #36444C;
}
.AnyTagClassName
{
color: #36444C;
}
</style>
background-color css
<style>
a { background-color: #36444C; }
a { background-color: rgb(54,68,76); }
div.DivClassName
{
background-color: #36444C;
}
.BgClassName
{
background-color: #36444C;
}
</style>
border-color css
<style>
span { border-color: #36444C; }
span { border-color: rgb(54,68,76); }
td.TdClassName
{
border-color: #36444C;
}
.TagClassName
{
border-color: #36444C;
}
</style>