Shades of Arsenic #3C464E
Tints of Arsenic #3C464E
RGB
CMYK
RGB Variations
Color information
#3C464E (or 0x3C464E) is known color: Arsenic. HEX triplet: 3C, 46 and 4E. RGB value is (60,70,78). Sum of RGB (Red+Green+Blue) = 60+70+78=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C464E is #C3B9B1. Grayscale: #434343. Windows color (decimal): -12827058 or 5129788. OLE color: 5129788.
HSL color Cylindrical-coordinate representation of color #3C464E: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C464E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 70 | 78 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.69 |
| HSL | 206.67º | 0.13% | 0.27% | - |
| HSV(B) | 206.67º | 0.23% | 0.31% | - |
| XYZ | 5.43 | 5.89 | 8.06 | - |
| YUV | 67.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 78 | 0.23 | 0.10 | 0 | 0.69 | 206.67 | 0.13 | 0.27 |
| Hex | 3C | 46 | 4E | 17 | A | 0 | 45 | CF | D | 1B |
| Octal | 74 | 106 | 116 | 27 | 12 | 0 | 105 | 317 | 15 | 33 |
| Binary | 111100 | 1000110 | 1001110 | 10111 | 1010 | 0 | 1000101 | 11001111 | 1101 | 11011 |
Color Harmonies of #3C464E
Complementary color
Monochromatic Colors of #3C464E
Black with #3C464E
Text Example
Text Example
White with #3C464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C464E; }
p { color: rgb(60,70,78); }
H1.HeaderClassName
{
color: #3C464E;
}
.AnyTagClassName
{
color: #3C464E;
}
</style>
background-color css
<style>
a { background-color: #3C464E; }
a { background-color: rgb(60,70,78); }
div.DivClassName
{
background-color: #3C464E;
}
.BgClassName
{
background-color: #3C464E;
}
</style>
border-color css
<style>
span { border-color: #3C464E; }
span { border-color: rgb(60,70,78); }
td.TdClassName
{
border-color: #3C464E;
}
.TagClassName
{
border-color: #3C464E;
}
</style>