Shades of Arsenic #344553
Tints of Arsenic #344553
RGB
CMYK
RGB Variations
Color information
#344553 (or 0x344553) is known color: Arsenic. HEX triplet: 34, 45 and 53. RGB value is (52,69,83). Sum of RGB (Red+Green+Blue) = 52+69+83=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #344553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344553 is #CBBAAC. Grayscale: #414141. Windows color (decimal): -13351597 or 5457204. OLE color: 5457204.
HSL color Cylindrical-coordinate representation of color #344553: hue angle of 207.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344553 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 69 | 83 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.67 |
| HSL | 207.1º | 0.23% | 0.26% | - |
| HSV(B) | 207.1º | 0.37% | 0.33% | - |
| XYZ | 5.11 | 5.61 | 9 | - |
| YUV | 65.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 83 | 0.37 | 0.17 | 0 | 0.67 | 207.1 | 0.23 | 0.26 |
| Hex | 34 | 45 | 53 | 25 | 11 | 0 | 43 | CF | 17 | 1A |
| Octal | 64 | 105 | 123 | 45 | 21 | 0 | 103 | 317 | 27 | 32 |
| Binary | 110100 | 1000101 | 1010011 | 100101 | 10001 | 0 | 1000011 | 11001111 | 10111 | 11010 |
Color Harmonies of #344553
Complementary color
Monochromatic Colors of #344553
Black with #344553
Text Example
Text Example
White with #344553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344553; }
p { color: rgb(52,69,83); }
H1.HeaderClassName
{
color: #344553;
}
.AnyTagClassName
{
color: #344553;
}
</style>
background-color css
<style>
a { background-color: #344553; }
a { background-color: rgb(52,69,83); }
div.DivClassName
{
background-color: #344553;
}
.BgClassName
{
background-color: #344553;
}
</style>
border-color css
<style>
span { border-color: #344553; }
span { border-color: rgb(52,69,83); }
td.TdClassName
{
border-color: #344553;
}
.TagClassName
{
border-color: #344553;
}
</style>