Shades of Arsenic #334454
Tints of Arsenic #334454
RGB
CMYK
RGB Variations
Color information
#334454 (or 0x334454) is known color: Arsenic. HEX triplet: 33, 44 and 54. RGB value is (51,68,84). Sum of RGB (Red+Green+Blue) = 51+68+84=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #334454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334454 is #CCBBAB. Grayscale: #404040. Windows color (decimal): -13417388 or 5522483. OLE color: 5522483.
HSL color Cylindrical-coordinate representation of color #334454: hue angle of 209.09º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #334454 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 68 | 84 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.67 |
| HSL | 209.09º | 0.24% | 0.26% | - |
| HSV(B) | 209.09º | 0.39% | 0.33% | - |
| XYZ | 5.03 | 5.48 | 9.18 | - |
| YUV | 64.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 84 | 0.39 | 0.19 | 0 | 0.67 | 209.09 | 0.24 | 0.26 |
| Hex | 33 | 44 | 54 | 27 | 13 | 0 | 43 | D1 | 18 | 1A |
| Octal | 63 | 104 | 124 | 47 | 23 | 0 | 103 | 321 | 30 | 32 |
| Binary | 110011 | 1000100 | 1010100 | 100111 | 10011 | 0 | 1000011 | 11010001 | 11000 | 11010 |
Color Harmonies of #334454
Complementary color
Monochromatic Colors of #334454
Black with #334454
Text Example
Text Example
White with #334454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334454; }
p { color: rgb(51,68,84); }
H1.HeaderClassName
{
color: #334454;
}
.AnyTagClassName
{
color: #334454;
}
</style>
background-color css
<style>
a { background-color: #334454; }
a { background-color: rgb(51,68,84); }
div.DivClassName
{
background-color: #334454;
}
.BgClassName
{
background-color: #334454;
}
</style>
border-color css
<style>
span { border-color: #334454; }
span { border-color: rgb(51,68,84); }
td.TdClassName
{
border-color: #334454;
}
.TagClassName
{
border-color: #334454;
}
</style>