Shades of Arsenic #3C444D
Tints of Arsenic #3C444D
RGB
CMYK
RGB Variations
Color information
#3C444D (or 0x3C444D) is known color: Arsenic. HEX triplet: 3C, 44 and 4D. RGB value is (60,68,77). Sum of RGB (Red+Green+Blue) = 60+68+77=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C444D is #C3BBB2. Grayscale: #424242. Windows color (decimal): -12827571 or 5063740. OLE color: 5063740.
HSL color Cylindrical-coordinate representation of color #3C444D: hue angle of 211.76º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C444D is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 68 | 77 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.70 |
| HSL | 211.76º | 0.12% | 0.27% | - |
| HSV(B) | 211.76º | 0.22% | 0.3% | - |
| XYZ | 5.27 | 5.63 | 7.83 | - |
| YUV | 66.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 77 | 0.22 | 0.12 | 0 | 0.70 | 211.76 | 0.12 | 0.27 |
| Hex | 3C | 44 | 4D | 16 | C | 0 | 46 | D4 | C | 1B |
| Octal | 74 | 104 | 115 | 26 | 14 | 0 | 106 | 324 | 14 | 33 |
| Binary | 111100 | 1000100 | 1001101 | 10110 | 1100 | 0 | 1000110 | 11010100 | 1100 | 11011 |
Color Harmonies of #3C444D
Complementary color
Monochromatic Colors of #3C444D
Black with #3C444D
Text Example
Text Example
White with #3C444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C444D; }
p { color: rgb(60,68,77); }
H1.HeaderClassName
{
color: #3C444D;
}
.AnyTagClassName
{
color: #3C444D;
}
</style>
background-color css
<style>
a { background-color: #3C444D; }
a { background-color: rgb(60,68,77); }
div.DivClassName
{
background-color: #3C444D;
}
.BgClassName
{
background-color: #3C444D;
}
</style>
border-color css
<style>
span { border-color: #3C444D; }
span { border-color: rgb(60,68,77); }
td.TdClassName
{
border-color: #3C444D;
}
.TagClassName
{
border-color: #3C444D;
}
</style>