Shades of Arsenic #394551
Tints of Arsenic #394551
RGB
CMYK
RGB Variations
Color information
#394551 (or 0x394551) is known color: Arsenic. HEX triplet: 39, 45 and 51. RGB value is (57,69,81). Sum of RGB (Red+Green+Blue) = 57+69+81=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #394551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394551 is #C6BAAE. Grayscale: #424242. Windows color (decimal): -13023919 or 5326137. OLE color: 5326137.
HSL color Cylindrical-coordinate representation of color #394551: hue angle of 210º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394551 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 69 | 81 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.68 |
| HSL | 210º | 0.17% | 0.27% | - |
| HSV(B) | 210º | 0.3% | 0.32% | - |
| XYZ | 5.3 | 5.72 | 8.61 | - |
| YUV | 66.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 81 | 0.30 | 0.15 | 0 | 0.68 | 210 | 0.17 | 0.27 |
| Hex | 39 | 45 | 51 | 1E | F | 0 | 44 | D2 | 11 | 1B |
| Octal | 71 | 105 | 121 | 36 | 17 | 0 | 104 | 322 | 21 | 33 |
| Binary | 111001 | 1000101 | 1010001 | 11110 | 1111 | 0 | 1000100 | 11010010 | 10001 | 11011 |
Color Harmonies of #394551
Complementary color
Monochromatic Colors of #394551
Black with #394551
Text Example
Text Example
White with #394551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394551; }
p { color: rgb(57,69,81); }
H1.HeaderClassName
{
color: #394551;
}
.AnyTagClassName
{
color: #394551;
}
</style>
background-color css
<style>
a { background-color: #394551; }
a { background-color: rgb(57,69,81); }
div.DivClassName
{
background-color: #394551;
}
.BgClassName
{
background-color: #394551;
}
</style>
border-color css
<style>
span { border-color: #394551; }
span { border-color: rgb(57,69,81); }
td.TdClassName
{
border-color: #394551;
}
.TagClassName
{
border-color: #394551;
}
</style>