Shades of Arsenic #344352
Tints of Arsenic #344352
RGB
CMYK
RGB Variations
Color information
#344352 (or 0x344352) is known color: Arsenic. HEX triplet: 34, 43 and 52. RGB value is (52,67,82). Sum of RGB (Red+Green+Blue) = 52+67+82=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #344352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344352 is #CBBCAD. Grayscale: #404040. Windows color (decimal): -13352110 or 5391156. OLE color: 5391156.
HSL color Cylindrical-coordinate representation of color #344352: hue angle of 210º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344352 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 67 | 82 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.68 |
| HSL | 210º | 0.22% | 0.26% | - |
| HSV(B) | 210º | 0.37% | 0.32% | - |
| XYZ | 4.95 | 5.35 | 8.76 | - |
| YUV | 64.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 82 | 0.37 | 0.18 | 0 | 0.68 | 210 | 0.22 | 0.26 |
| Hex | 34 | 43 | 52 | 25 | 12 | 0 | 44 | D2 | 16 | 1A |
| Octal | 64 | 103 | 122 | 45 | 22 | 0 | 104 | 322 | 26 | 32 |
| Binary | 110100 | 1000011 | 1010010 | 100101 | 10010 | 0 | 1000100 | 11010010 | 10110 | 11010 |
Color Harmonies of #344352
Complementary color
Monochromatic Colors of #344352
Black with #344352
Text Example
Text Example
White with #344352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344352; }
p { color: rgb(52,67,82); }
H1.HeaderClassName
{
color: #344352;
}
.AnyTagClassName
{
color: #344352;
}
</style>
background-color css
<style>
a { background-color: #344352; }
a { background-color: rgb(52,67,82); }
div.DivClassName
{
background-color: #344352;
}
.BgClassName
{
background-color: #344352;
}
</style>
border-color css
<style>
span { border-color: #344352; }
span { border-color: rgb(52,67,82); }
td.TdClassName
{
border-color: #344352;
}
.TagClassName
{
border-color: #344352;
}
</style>