Shades of Arsenic #3E4851
Tints of Arsenic #3E4851
RGB
CMYK
RGB Variations
Color information
#3E4851 (or 0x3E4851) is known color: Arsenic. HEX triplet: 3E, 48 and 51. RGB value is (62,72,81). Sum of RGB (Red+Green+Blue) = 62+72+81=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E4851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4851 is #C1B7AE. Grayscale: #454545. Windows color (decimal): -12695471 or 5326910. OLE color: 5326910.
HSL color Cylindrical-coordinate representation of color #3E4851: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4851 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 72 | 81 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.68 |
| HSL | 208.42º | 0.13% | 0.28% | - |
| HSV(B) | 208.42º | 0.23% | 0.32% | - |
| XYZ | 5.79 | 6.25 | 8.69 | - |
| YUV | 70.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 81 | 0.23 | 0.11 | 0 | 0.68 | 208.42 | 0.13 | 0.28 |
| Hex | 3E | 48 | 51 | 17 | B | 0 | 44 | D0 | D | 1C |
| Octal | 76 | 110 | 121 | 27 | 13 | 0 | 104 | 320 | 15 | 34 |
| Binary | 111110 | 1001000 | 1010001 | 10111 | 1011 | 0 | 1000100 | 11010000 | 1101 | 11100 |
Color Harmonies of #3E4851
Complementary color
Monochromatic Colors of #3E4851
Black with #3E4851
Text Example
Text Example
White with #3E4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4851; }
p { color: rgb(62,72,81); }
H1.HeaderClassName
{
color: #3E4851;
}
.AnyTagClassName
{
color: #3E4851;
}
</style>
background-color css
<style>
a { background-color: #3E4851; }
a { background-color: rgb(62,72,81); }
div.DivClassName
{
background-color: #3E4851;
}
.BgClassName
{
background-color: #3E4851;
}
</style>
border-color css
<style>
span { border-color: #3E4851; }
span { border-color: rgb(62,72,81); }
td.TdClassName
{
border-color: #3E4851;
}
.TagClassName
{
border-color: #3E4851;
}
</style>