Shades of Arsenic #30404E
Tints of Arsenic #30404E
RGB
CMYK
RGB Variations
Color information
#30404E (or 0x30404E) is known color: Arsenic. HEX triplet: 30, 40 and 4E. RGB value is (48,64,78). Sum of RGB (Red+Green+Blue) = 48+64+78=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #30404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30404E is #CFBFB1. Grayscale: #3C3C3C. Windows color (decimal): -13615026 or 5128240. OLE color: 5128240.
HSL color Cylindrical-coordinate representation of color #30404E: hue angle of 208º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30404E is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 64 | 78 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.69 |
| HSL | 208º | 0.24% | 0.25% | - |
| HSV(B) | 208º | 0.38% | 0.31% | - |
| XYZ | 4.43 | 4.85 | 7.91 | - |
| YUV | 60.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 78 | 0.38 | 0.18 | 0 | 0.69 | 208 | 0.24 | 0.25 |
| Hex | 30 | 40 | 4E | 26 | 12 | 0 | 45 | D0 | 18 | 19 |
| Octal | 60 | 100 | 116 | 46 | 22 | 0 | 105 | 320 | 30 | 31 |
| Binary | 110000 | 1000000 | 1001110 | 100110 | 10010 | 0 | 1000101 | 11010000 | 11000 | 11001 |
Color Harmonies of #30404E
Complementary color
Monochromatic Colors of #30404E
Black with #30404E
Text Example
Text Example
White with #30404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30404E; }
p { color: rgb(48,64,78); }
H1.HeaderClassName
{
color: #30404E;
}
.AnyTagClassName
{
color: #30404E;
}
</style>
background-color css
<style>
a { background-color: #30404E; }
a { background-color: rgb(48,64,78); }
div.DivClassName
{
background-color: #30404E;
}
.BgClassName
{
background-color: #30404E;
}
</style>
border-color css
<style>
span { border-color: #30404E; }
span { border-color: rgb(48,64,78); }
td.TdClassName
{
border-color: #30404E;
}
.TagClassName
{
border-color: #30404E;
}
</style>