Shades of Arsenic #334350
Tints of Arsenic #334350
RGB
CMYK
RGB Variations
Color information
#334350 (or 0x334350) is known color: Arsenic. HEX triplet: 33, 43 and 50. RGB value is (51,67,80). Sum of RGB (Red+Green+Blue) = 51+67+80=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #334350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334350 is #CCBCAF. Grayscale: #3F3F3F. Windows color (decimal): -13417648 or 5260083. OLE color: 5260083.
HSL color Cylindrical-coordinate representation of color #334350: hue angle of 206.9º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334350 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 67 | 80 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.69 |
| HSL | 206.9º | 0.22% | 0.26% | - |
| HSV(B) | 206.9º | 0.36% | 0.31% | - |
| XYZ | 4.82 | 5.3 | 8.36 | - |
| YUV | 63.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 80 | 0.36 | 0.16 | 0 | 0.69 | 206.9 | 0.22 | 0.26 |
| Hex | 33 | 43 | 50 | 24 | 10 | 0 | 45 | CF | 16 | 1A |
| Octal | 63 | 103 | 120 | 44 | 20 | 0 | 105 | 317 | 26 | 32 |
| Binary | 110011 | 1000011 | 1010000 | 100100 | 10000 | 0 | 1000101 | 11001111 | 10110 | 11010 |
Color Harmonies of #334350
Complementary color
Monochromatic Colors of #334350
Black with #334350
Text Example
Text Example
White with #334350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334350; }
p { color: rgb(51,67,80); }
H1.HeaderClassName
{
color: #334350;
}
.AnyTagClassName
{
color: #334350;
}
</style>
background-color css
<style>
a { background-color: #334350; }
a { background-color: rgb(51,67,80); }
div.DivClassName
{
background-color: #334350;
}
.BgClassName
{
background-color: #334350;
}
</style>
border-color css
<style>
span { border-color: #334350; }
span { border-color: rgb(51,67,80); }
td.TdClassName
{
border-color: #334350;
}
.TagClassName
{
border-color: #334350;
}
</style>