Shades of Arsenic #3C464C
Tints of Arsenic #3C464C
RGB
CMYK
RGB Variations
Color information
#3C464C (or 0x3C464C) is known color: Arsenic. HEX triplet: 3C, 46 and 4C. RGB value is (60,70,76). Sum of RGB (Red+Green+Blue) = 60+70+76=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C464C is #C3B9B3. Grayscale: #434343. Windows color (decimal): -12827060 or 4998716. OLE color: 4998716.
HSL color Cylindrical-coordinate representation of color #3C464C: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C464C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 70 | 76 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.70 |
| HSL | 202.5º | 0.12% | 0.27% | - |
| HSV(B) | 202.5º | 0.21% | 0.3% | - |
| XYZ | 5.36 | 5.86 | 7.69 | - |
| YUV | 67.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 76 | 0.21 | 0.08 | 0 | 0.70 | 202.5 | 0.12 | 0.27 |
| Hex | 3C | 46 | 4C | 15 | 8 | 0 | 46 | CA | C | 1B |
| Octal | 74 | 106 | 114 | 25 | 10 | 0 | 106 | 312 | 14 | 33 |
| Binary | 111100 | 1000110 | 1001100 | 10101 | 1000 | 0 | 1000110 | 11001010 | 1100 | 11011 |
Color Harmonies of #3C464C
Complementary color
Monochromatic Colors of #3C464C
Black with #3C464C
Text Example
Text Example
White with #3C464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C464C; }
p { color: rgb(60,70,76); }
H1.HeaderClassName
{
color: #3C464C;
}
.AnyTagClassName
{
color: #3C464C;
}
</style>
background-color css
<style>
a { background-color: #3C464C; }
a { background-color: rgb(60,70,76); }
div.DivClassName
{
background-color: #3C464C;
}
.BgClassName
{
background-color: #3C464C;
}
</style>
border-color css
<style>
span { border-color: #3C464C; }
span { border-color: rgb(60,70,76); }
td.TdClassName
{
border-color: #3C464C;
}
.TagClassName
{
border-color: #3C464C;
}
</style>