Shades of Arsenic #3A454E
Tints of Arsenic #3A454E
RGB
CMYK
RGB Variations
Color information
#3A454E (or 0x3A454E) is known color: Arsenic. HEX triplet: 3A, 45 and 4E. RGB value is (58,69,78). Sum of RGB (Red+Green+Blue) = 58+69+78=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A454E is #C5BAB1. Grayscale: #424242. Windows color (decimal): -12958386 or 5129530. OLE color: 5129530.
HSL color Cylindrical-coordinate representation of color #3A454E: hue angle of 207º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A454E is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 69 | 78 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.69 |
| HSL | 207º | 0.15% | 0.27% | - |
| HSV(B) | 207º | 0.26% | 0.31% | - |
| XYZ | 5.25 | 5.71 | 8.03 | - |
| YUV | 66.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 78 | 0.26 | 0.12 | 0 | 0.69 | 207 | 0.15 | 0.27 |
| Hex | 3A | 45 | 4E | 1A | C | 0 | 45 | CF | F | 1B |
| Octal | 72 | 105 | 116 | 32 | 14 | 0 | 105 | 317 | 17 | 33 |
| Binary | 111010 | 1000101 | 1001110 | 11010 | 1100 | 0 | 1000101 | 11001111 | 1111 | 11011 |
Color Harmonies of #3A454E
Complementary color
Monochromatic Colors of #3A454E
Black with #3A454E
Text Example
Text Example
White with #3A454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A454E; }
p { color: rgb(58,69,78); }
H1.HeaderClassName
{
color: #3A454E;
}
.AnyTagClassName
{
color: #3A454E;
}
</style>
background-color css
<style>
a { background-color: #3A454E; }
a { background-color: rgb(58,69,78); }
div.DivClassName
{
background-color: #3A454E;
}
.BgClassName
{
background-color: #3A454E;
}
</style>
border-color css
<style>
span { border-color: #3A454E; }
span { border-color: rgb(58,69,78); }
td.TdClassName
{
border-color: #3A454E;
}
.TagClassName
{
border-color: #3A454E;
}
</style>