Shades of Arsenic #3A4753
Tints of Arsenic #3A4753
RGB
CMYK
RGB Variations
Color information
#3A4753 (or 0x3A4753) is known color: Arsenic. HEX triplet: 3A, 47 and 53. RGB value is (58,71,83). Sum of RGB (Red+Green+Blue) = 58+71+83=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4753 is #C5B8AC. Grayscale: #444444. Windows color (decimal): -12957869 or 5457722. OLE color: 5457722.
HSL color Cylindrical-coordinate representation of color #3A4753: hue angle of 208.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4753 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 71 | 83 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.67 |
| HSL | 208.8º | 0.18% | 0.28% | - |
| HSV(B) | 208.8º | 0.3% | 0.33% | - |
| XYZ | 5.56 | 6.03 | 9.05 | - |
| YUV | 68.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 83 | 0.30 | 0.14 | 0 | 0.67 | 208.8 | 0.18 | 0.28 |
| Hex | 3A | 47 | 53 | 1E | E | 0 | 43 | D1 | 12 | 1C |
| Octal | 72 | 107 | 123 | 36 | 16 | 0 | 103 | 321 | 22 | 34 |
| Binary | 111010 | 1000111 | 1010011 | 11110 | 1110 | 0 | 1000011 | 11010001 | 10010 | 11100 |
Color Harmonies of #3A4753
Complementary color
Monochromatic Colors of #3A4753
Black with #3A4753
Text Example
Text Example
White with #3A4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4753; }
p { color: rgb(58,71,83); }
H1.HeaderClassName
{
color: #3A4753;
}
.AnyTagClassName
{
color: #3A4753;
}
</style>
background-color css
<style>
a { background-color: #3A4753; }
a { background-color: rgb(58,71,83); }
div.DivClassName
{
background-color: #3A4753;
}
.BgClassName
{
background-color: #3A4753;
}
</style>
border-color css
<style>
span { border-color: #3A4753; }
span { border-color: rgb(58,71,83); }
td.TdClassName
{
border-color: #3A4753;
}
.TagClassName
{
border-color: #3A4753;
}
</style>