Shades of Arsenic #344552
Tints of Arsenic #344552
RGB
CMYK
RGB Variations
Color information
#344552 (or 0x344552) is known color: Arsenic. HEX triplet: 34, 45 and 52. RGB value is (52,69,82). Sum of RGB (Red+Green+Blue) = 52+69+82=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #344552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344552 is #CBBAAD. Grayscale: #414141. Windows color (decimal): -13351598 or 5391668. OLE color: 5391668.
HSL color Cylindrical-coordinate representation of color #344552: hue angle of 206º 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 #344552 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 69 | 82 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.68 |
| HSL | 206º | 0.22% | 0.26% | - |
| HSV(B) | 206º | 0.37% | 0.32% | - |
| XYZ | 5.07 | 5.6 | 8.8 | - |
| YUV | 65.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 82 | 0.37 | 0.16 | 0 | 0.68 | 206 | 0.22 | 0.26 |
| Hex | 34 | 45 | 52 | 25 | 10 | 0 | 44 | CE | 16 | 1A |
| Octal | 64 | 105 | 122 | 45 | 20 | 0 | 104 | 316 | 26 | 32 |
| Binary | 110100 | 1000101 | 1010010 | 100101 | 10000 | 0 | 1000100 | 11001110 | 10110 | 11010 |
Color Harmonies of #344552
Complementary color
Monochromatic Colors of #344552
Black with #344552
Text Example
Text Example
White with #344552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344552; }
p { color: rgb(52,69,82); }
H1.HeaderClassName
{
color: #344552;
}
.AnyTagClassName
{
color: #344552;
}
</style>
background-color css
<style>
a { background-color: #344552; }
a { background-color: rgb(52,69,82); }
div.DivClassName
{
background-color: #344552;
}
.BgClassName
{
background-color: #344552;
}
</style>
border-color css
<style>
span { border-color: #344552; }
span { border-color: rgb(52,69,82); }
td.TdClassName
{
border-color: #344552;
}
.TagClassName
{
border-color: #344552;
}
</style>