Shades of Arsenic #343F49
Tints of Arsenic #343F49
RGB
CMYK
RGB Variations
Color information
#343F49 (or 0x343F49) is known color: Arsenic. HEX triplet: 34, 3F and 49. RGB value is (52,63,73). Sum of RGB (Red+Green+Blue) = 52+63+73=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #343F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F49 is #CBC0B6. Grayscale: #3C3C3C. Windows color (decimal): -13353143 or 4800308. OLE color: 4800308.
HSL color Cylindrical-coordinate representation of color #343F49: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343F49 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 63 | 73 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.71 |
| HSL | 208.57º | 0.17% | 0.25% | - |
| HSV(B) | 208.57º | 0.29% | 0.29% | - |
| XYZ | 4.4 | 4.77 | 6.99 | - |
| YUV | 60.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 73 | 0.29 | 0.14 | 0 | 0.71 | 208.57 | 0.17 | 0.25 |
| Hex | 34 | 3F | 49 | 1D | E | 0 | 47 | D1 | 11 | 19 |
| Octal | 64 | 77 | 111 | 35 | 16 | 0 | 107 | 321 | 21 | 31 |
| Binary | 110100 | 111111 | 1001001 | 11101 | 1110 | 0 | 1000111 | 11010001 | 10001 | 11001 |
Color Harmonies of #343F49
Complementary color
Monochromatic Colors of #343F49
Black with #343F49
Text Example
Text Example
White with #343F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F49; }
p { color: rgb(52,63,73); }
H1.HeaderClassName
{
color: #343F49;
}
.AnyTagClassName
{
color: #343F49;
}
</style>
background-color css
<style>
a { background-color: #343F49; }
a { background-color: rgb(52,63,73); }
div.DivClassName
{
background-color: #343F49;
}
.BgClassName
{
background-color: #343F49;
}
</style>
border-color css
<style>
span { border-color: #343F49; }
span { border-color: rgb(52,63,73); }
td.TdClassName
{
border-color: #343F49;
}
.TagClassName
{
border-color: #343F49;
}
</style>