Shades of Arsenic #36434B
Tints of Arsenic #36434B
RGB
CMYK
RGB Variations
Color information
#36434B (or 0x36434B) is known color: Arsenic. HEX triplet: 36, 43 and 4B. RGB value is (54,67,75). Sum of RGB (Red+Green+Blue) = 54+67+75=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #36434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36434B is #C9BCB4. Grayscale: #3F3F3F. Windows color (decimal): -13221045 or 4932406. OLE color: 4932406.
HSL color Cylindrical-coordinate representation of color #36434B: hue angle of 202.86º 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 #36434B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 67 | 75 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.71 |
| HSL | 202.86º | 0.16% | 0.25% | - |
| HSV(B) | 202.86º | 0.28% | 0.29% | - |
| XYZ | 4.8 | 5.31 | 7.43 | - |
| YUV | 64.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 75 | 0.28 | 0.11 | 0 | 0.71 | 202.86 | 0.16 | 0.25 |
| Hex | 36 | 43 | 4B | 1C | B | 0 | 47 | CB | 10 | 19 |
| Octal | 66 | 103 | 113 | 34 | 13 | 0 | 107 | 313 | 20 | 31 |
| Binary | 110110 | 1000011 | 1001011 | 11100 | 1011 | 0 | 1000111 | 11001011 | 10000 | 11001 |
Color Harmonies of #36434B
Complementary color
Monochromatic Colors of #36434B
Black with #36434B
Text Example
Text Example
White with #36434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36434B; }
p { color: rgb(54,67,75); }
H1.HeaderClassName
{
color: #36434B;
}
.AnyTagClassName
{
color: #36434B;
}
</style>
background-color css
<style>
a { background-color: #36434B; }
a { background-color: rgb(54,67,75); }
div.DivClassName
{
background-color: #36434B;
}
.BgClassName
{
background-color: #36434B;
}
</style>
border-color css
<style>
span { border-color: #36434B; }
span { border-color: rgb(54,67,75); }
td.TdClassName
{
border-color: #36434B;
}
.TagClassName
{
border-color: #36434B;
}
</style>