Shades of Arsenic #36404B
Tints of Arsenic #36404B
RGB
CMYK
RGB Variations
Color information
#36404B (or 0x36404B) is known color: Arsenic. HEX triplet: 36, 40 and 4B. RGB value is (54,64,75). Sum of RGB (Red+Green+Blue) = 54+64+75=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #36404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36404B is #C9BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13221813 or 4931638. OLE color: 4931638.
HSL color Cylindrical-coordinate representation of color #36404B: hue angle of 211.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36404B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 64 | 75 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.71 |
| HSL | 211.43º | 0.16% | 0.25% | - |
| HSV(B) | 211.43º | 0.28% | 0.29% | - |
| XYZ | 4.62 | 4.96 | 7.37 | - |
| YUV | 62.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 75 | 0.28 | 0.15 | 0 | 0.71 | 211.43 | 0.16 | 0.25 |
| Hex | 36 | 40 | 4B | 1C | F | 0 | 47 | D3 | 10 | 19 |
| Octal | 66 | 100 | 113 | 34 | 17 | 0 | 107 | 323 | 20 | 31 |
| Binary | 110110 | 1000000 | 1001011 | 11100 | 1111 | 0 | 1000111 | 11010011 | 10000 | 11001 |
Color Harmonies of #36404B
Complementary color
Monochromatic Colors of #36404B
Black with #36404B
Text Example
Text Example
White with #36404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36404B; }
p { color: rgb(54,64,75); }
H1.HeaderClassName
{
color: #36404B;
}
.AnyTagClassName
{
color: #36404B;
}
</style>
background-color css
<style>
a { background-color: #36404B; }
a { background-color: rgb(54,64,75); }
div.DivClassName
{
background-color: #36404B;
}
.BgClassName
{
background-color: #36404B;
}
</style>
border-color css
<style>
span { border-color: #36404B; }
span { border-color: rgb(54,64,75); }
td.TdClassName
{
border-color: #36404B;
}
.TagClassName
{
border-color: #36404B;
}
</style>