Shades of Arsenic #3B464C
Tints of Arsenic #3B464C
RGB
CMYK
RGB Variations
Color information
#3B464C (or 0x3B464C) is known color: Arsenic. HEX triplet: 3B, 46 and 4C. RGB value is (59,70,76). Sum of RGB (Red+Green+Blue) = 59+70+76=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B464C is #C4B9B3. Grayscale: #434343. Windows color (decimal): -12892596 or 4998715. OLE color: 4998715.
HSL color Cylindrical-coordinate representation of color #3B464C: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B464C is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 70 | 76 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.70 |
| HSL | 201.18º | 0.13% | 0.26% | - |
| HSV(B) | 201.18º | 0.22% | 0.3% | - |
| XYZ | 5.3 | 5.83 | 7.68 | - |
| YUV | 67.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 76 | 0.22 | 0.08 | 0 | 0.70 | 201.18 | 0.13 | 0.26 |
| Hex | 3B | 46 | 4C | 16 | 8 | 0 | 46 | C9 | D | 1A |
| Octal | 73 | 106 | 114 | 26 | 10 | 0 | 106 | 311 | 15 | 32 |
| Binary | 111011 | 1000110 | 1001100 | 10110 | 1000 | 0 | 1000110 | 11001001 | 1101 | 11010 |
Color Harmonies of #3B464C
Complementary color
Monochromatic Colors of #3B464C
Black with #3B464C
Text Example
Text Example
White with #3B464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B464C; }
p { color: rgb(59,70,76); }
H1.HeaderClassName
{
color: #3B464C;
}
.AnyTagClassName
{
color: #3B464C;
}
</style>
background-color css
<style>
a { background-color: #3B464C; }
a { background-color: rgb(59,70,76); }
div.DivClassName
{
background-color: #3B464C;
}
.BgClassName
{
background-color: #3B464C;
}
</style>
border-color css
<style>
span { border-color: #3B464C; }
span { border-color: rgb(59,70,76); }
td.TdClassName
{
border-color: #3B464C;
}
.TagClassName
{
border-color: #3B464C;
}
</style>