Shades of Arsenic #334251
Tints of Arsenic #334251
RGB
CMYK
RGB Variations
Color information
#334251 (or 0x334251) is known color: Arsenic. HEX triplet: 33, 42 and 51. RGB value is (51,66,81). Sum of RGB (Red+Green+Blue) = 51+66+81=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #334251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334251 is #CCBDAE. Grayscale: #3F3F3F. Windows color (decimal): -13417903 or 5325363. OLE color: 5325363.
HSL color Cylindrical-coordinate representation of color #334251: hue angle of 210º degrees, saturation: 0.23, 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 #334251 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 66 | 81 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.68 |
| HSL | 210º | 0.23% | 0.26% | - |
| HSV(B) | 210º | 0.37% | 0.32% | - |
| XYZ | 4.8 | 5.19 | 8.53 | - |
| YUV | 63.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 81 | 0.37 | 0.19 | 0 | 0.68 | 210 | 0.23 | 0.26 |
| Hex | 33 | 42 | 51 | 25 | 13 | 0 | 44 | D2 | 17 | 1A |
| Octal | 63 | 102 | 121 | 45 | 23 | 0 | 104 | 322 | 27 | 32 |
| Binary | 110011 | 1000010 | 1010001 | 100101 | 10011 | 0 | 1000100 | 11010010 | 10111 | 11010 |
Color Harmonies of #334251
Complementary color
Monochromatic Colors of #334251
Black with #334251
Text Example
Text Example
White with #334251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334251; }
p { color: rgb(51,66,81); }
H1.HeaderClassName
{
color: #334251;
}
.AnyTagClassName
{
color: #334251;
}
</style>
background-color css
<style>
a { background-color: #334251; }
a { background-color: rgb(51,66,81); }
div.DivClassName
{
background-color: #334251;
}
.BgClassName
{
background-color: #334251;
}
</style>
border-color css
<style>
span { border-color: #334251; }
span { border-color: rgb(51,66,81); }
td.TdClassName
{
border-color: #334251;
}
.TagClassName
{
border-color: #334251;
}
</style>