Shades of Arsenic #394854
Tints of Arsenic #394854
RGB
CMYK
RGB Variations
Color information
#394854 (or 0x394854) is known color: Arsenic. HEX triplet: 39, 48 and 54. RGB value is (57,72,84). Sum of RGB (Red+Green+Blue) = 57+72+84=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 84 - color contains mainly: blue. Hex color #394854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394854 is #C6B7AB. Grayscale: #444444. Windows color (decimal): -13023148 or 5523513. OLE color: 5523513.
HSL color Cylindrical-coordinate representation of color #394854: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394854 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 72 | 84 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.67 |
| HSL | 206.67º | 0.19% | 0.28% | - |
| HSV(B) | 206.67º | 0.32% | 0.33% | - |
| XYZ | 5.6 | 6.14 | 9.28 | - |
| YUV | 68.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 84 | 0.32 | 0.14 | 0 | 0.67 | 206.67 | 0.19 | 0.28 |
| Hex | 39 | 48 | 54 | 20 | E | 0 | 43 | CF | 13 | 1C |
| Octal | 71 | 110 | 124 | 40 | 16 | 0 | 103 | 317 | 23 | 34 |
| Binary | 111001 | 1001000 | 1010100 | 100000 | 1110 | 0 | 1000011 | 11001111 | 10011 | 11100 |
Color Harmonies of #394854
Complementary color
Monochromatic Colors of #394854
Black with #394854
Text Example
Text Example
White with #394854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394854; }
p { color: rgb(57,72,84); }
H1.HeaderClassName
{
color: #394854;
}
.AnyTagClassName
{
color: #394854;
}
</style>
background-color css
<style>
a { background-color: #394854; }
a { background-color: rgb(57,72,84); }
div.DivClassName
{
background-color: #394854;
}
.BgClassName
{
background-color: #394854;
}
</style>
border-color css
<style>
span { border-color: #394854; }
span { border-color: rgb(57,72,84); }
td.TdClassName
{
border-color: #394854;
}
.TagClassName
{
border-color: #394854;
}
</style>