Shades of Arsenic #3B474F
Tints of Arsenic #3B474F
RGB
CMYK
RGB Variations
Color information
#3B474F (or 0x3B474F) is known color: Arsenic. HEX triplet: 3B, 47 and 4F. RGB value is (59,71,79). Sum of RGB (Red+Green+Blue) = 59+71+79=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B474F is #C4B8B0. Grayscale: #444444. Windows color (decimal): -12892337 or 5195579. OLE color: 5195579.
HSL color Cylindrical-coordinate representation of color #3B474F: hue angle of 204º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B474F is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 71 | 79 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.69 |
| HSL | 204º | 0.14% | 0.27% | - |
| HSV(B) | 204º | 0.25% | 0.31% | - |
| XYZ | 5.47 | 6 | 8.27 | - |
| YUV | 68.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 79 | 0.25 | 0.10 | 0 | 0.69 | 204 | 0.14 | 0.27 |
| Hex | 3B | 47 | 4F | 19 | A | 0 | 45 | CC | E | 1B |
| Octal | 73 | 107 | 117 | 31 | 12 | 0 | 105 | 314 | 16 | 33 |
| Binary | 111011 | 1000111 | 1001111 | 11001 | 1010 | 0 | 1000101 | 11001100 | 1110 | 11011 |
Color Harmonies of #3B474F
Complementary color
Monochromatic Colors of #3B474F
Black with #3B474F
Text Example
Text Example
White with #3B474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B474F; }
p { color: rgb(59,71,79); }
H1.HeaderClassName
{
color: #3B474F;
}
.AnyTagClassName
{
color: #3B474F;
}
</style>
background-color css
<style>
a { background-color: #3B474F; }
a { background-color: rgb(59,71,79); }
div.DivClassName
{
background-color: #3B474F;
}
.BgClassName
{
background-color: #3B474F;
}
</style>
border-color css
<style>
span { border-color: #3B474F; }
span { border-color: rgb(59,71,79); }
td.TdClassName
{
border-color: #3B474F;
}
.TagClassName
{
border-color: #3B474F;
}
</style>