Shades of Arsenic #3B434C
Tints of Arsenic #3B434C
RGB
CMYK
RGB Variations
Color information
#3B434C (or 0x3B434C) is known color: Arsenic. HEX triplet: 3B, 43 and 4C. RGB value is (59,67,76). Sum of RGB (Red+Green+Blue) = 59+67+76=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B434C is #C4BCB3. Grayscale: #414141. Windows color (decimal): -12893364 or 4997947. OLE color: 4997947.
HSL color Cylindrical-coordinate representation of color #3B434C: hue angle of 211.76º 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 #3B434C is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 67 | 76 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.70 |
| HSL | 211.76º | 0.13% | 0.26% | - |
| HSV(B) | 211.76º | 0.22% | 0.3% | - |
| XYZ | 5.12 | 5.47 | 7.62 | - |
| YUV | 65.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 76 | 0.22 | 0.12 | 0 | 0.70 | 211.76 | 0.13 | 0.26 |
| Hex | 3B | 43 | 4C | 16 | C | 0 | 46 | D4 | D | 1A |
| Octal | 73 | 103 | 114 | 26 | 14 | 0 | 106 | 324 | 15 | 32 |
| Binary | 111011 | 1000011 | 1001100 | 10110 | 1100 | 0 | 1000110 | 11010100 | 1101 | 11010 |
Color Harmonies of #3B434C
Complementary color
Monochromatic Colors of #3B434C
Black with #3B434C
Text Example
Text Example
White with #3B434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B434C; }
p { color: rgb(59,67,76); }
H1.HeaderClassName
{
color: #3B434C;
}
.AnyTagClassName
{
color: #3B434C;
}
</style>
background-color css
<style>
a { background-color: #3B434C; }
a { background-color: rgb(59,67,76); }
div.DivClassName
{
background-color: #3B434C;
}
.BgClassName
{
background-color: #3B434C;
}
</style>
border-color css
<style>
span { border-color: #3B434C; }
span { border-color: rgb(59,67,76); }
td.TdClassName
{
border-color: #3B434C;
}
.TagClassName
{
border-color: #3B434C;
}
</style>