Shades of Arsenic #3B464D
Tints of Arsenic #3B464D
RGB
CMYK
RGB Variations
Color information
#3B464D (or 0x3B464D) is known color: Arsenic. HEX triplet: 3B, 46 and 4D. RGB value is (59,70,77). Sum of RGB (Red+Green+Blue) = 59+70+77=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B464D is #C4B9B2. Grayscale: #434343. Windows color (decimal): -12892595 or 5064251. OLE color: 5064251.
HSL color Cylindrical-coordinate representation of color #3B464D: hue angle of 203.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B464D is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 70 | 77 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.70 |
| HSL | 203.33º | 0.13% | 0.27% | - |
| HSV(B) | 203.33º | 0.23% | 0.3% | - |
| XYZ | 5.33 | 5.85 | 7.87 | - |
| YUV | 67.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 77 | 0.23 | 0.09 | 0 | 0.70 | 203.33 | 0.13 | 0.27 |
| Hex | 3B | 46 | 4D | 17 | 9 | 0 | 46 | CB | D | 1B |
| Octal | 73 | 106 | 115 | 27 | 11 | 0 | 106 | 313 | 15 | 33 |
| Binary | 111011 | 1000110 | 1001101 | 10111 | 1001 | 0 | 1000110 | 11001011 | 1101 | 11011 |
Color Harmonies of #3B464D
Complementary color
Monochromatic Colors of #3B464D
Black with #3B464D
Text Example
Text Example
White with #3B464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B464D; }
p { color: rgb(59,70,77); }
H1.HeaderClassName
{
color: #3B464D;
}
.AnyTagClassName
{
color: #3B464D;
}
</style>
background-color css
<style>
a { background-color: #3B464D; }
a { background-color: rgb(59,70,77); }
div.DivClassName
{
background-color: #3B464D;
}
.BgClassName
{
background-color: #3B464D;
}
</style>
border-color css
<style>
span { border-color: #3B464D; }
span { border-color: rgb(59,70,77); }
td.TdClassName
{
border-color: #3B464D;
}
.TagClassName
{
border-color: #3B464D;
}
</style>