Shades of Arsenic #3C444C
Tints of Arsenic #3C444C
RGB
CMYK
RGB Variations
Color information
#3C444C (or 0x3C444C) is known color: Arsenic. HEX triplet: 3C, 44 and 4C. RGB value is (60,68,76). Sum of RGB (Red+Green+Blue) = 60+68+76=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C444C is #C3BBB3. Grayscale: #424242. Windows color (decimal): -12827572 or 4998204. OLE color: 4998204.
HSL color Cylindrical-coordinate representation of color #3C444C: hue angle of 210º 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 #3C444C is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 68 | 76 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.70 |
| HSL | 210º | 0.12% | 0.27% | - |
| HSV(B) | 210º | 0.21% | 0.3% | - |
| XYZ | 5.24 | 5.62 | 7.65 | - |
| YUV | 66.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 76 | 0.21 | 0.11 | 0 | 0.70 | 210 | 0.12 | 0.27 |
| Hex | 3C | 44 | 4C | 15 | B | 0 | 46 | D2 | C | 1B |
| Octal | 74 | 104 | 114 | 25 | 13 | 0 | 106 | 322 | 14 | 33 |
| Binary | 111100 | 1000100 | 1001100 | 10101 | 1011 | 0 | 1000110 | 11010010 | 1100 | 11011 |
Color Harmonies of #3C444C
Complementary color
Monochromatic Colors of #3C444C
Black with #3C444C
Text Example
Text Example
White with #3C444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C444C; }
p { color: rgb(60,68,76); }
H1.HeaderClassName
{
color: #3C444C;
}
.AnyTagClassName
{
color: #3C444C;
}
</style>
background-color css
<style>
a { background-color: #3C444C; }
a { background-color: rgb(60,68,76); }
div.DivClassName
{
background-color: #3C444C;
}
.BgClassName
{
background-color: #3C444C;
}
</style>
border-color css
<style>
span { border-color: #3C444C; }
span { border-color: rgb(60,68,76); }
td.TdClassName
{
border-color: #3C444C;
}
.TagClassName
{
border-color: #3C444C;
}
</style>