Shades of Arsenic #303E4A
Tints of Arsenic #303E4A
RGB
CMYK
RGB Variations
Color information
#303E4A (or 0x303E4A) is known color: Arsenic. HEX triplet: 30, 3E and 4A. RGB value is (48,62,74). Sum of RGB (Red+Green+Blue) = 48+62+74=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #303E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E4A is #CFC1B5. Grayscale: #3B3B3B. Windows color (decimal): -13615542 or 4865584. OLE color: 4865584.
HSL color Cylindrical-coordinate representation of color #303E4A: hue angle of 207.69º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303E4A is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 62 | 74 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.71 |
| HSL | 207.69º | 0.21% | 0.24% | - |
| HSV(B) | 207.69º | 0.35% | 0.29% | - |
| XYZ | 4.18 | 4.57 | 7.14 | - |
| YUV | 59.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 74 | 0.35 | 0.16 | 0 | 0.71 | 207.69 | 0.21 | 0.24 |
| Hex | 30 | 3E | 4A | 23 | 10 | 0 | 47 | D0 | 15 | 18 |
| Octal | 60 | 76 | 112 | 43 | 20 | 0 | 107 | 320 | 25 | 30 |
| Binary | 110000 | 111110 | 1001010 | 100011 | 10000 | 0 | 1000111 | 11010000 | 10101 | 11000 |
Color Harmonies of #303E4A
Complementary color
Monochromatic Colors of #303E4A
Black with #303E4A
Text Example
Text Example
White with #303E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E4A; }
p { color: rgb(48,62,74); }
H1.HeaderClassName
{
color: #303E4A;
}
.AnyTagClassName
{
color: #303E4A;
}
</style>
background-color css
<style>
a { background-color: #303E4A; }
a { background-color: rgb(48,62,74); }
div.DivClassName
{
background-color: #303E4A;
}
.BgClassName
{
background-color: #303E4A;
}
</style>
border-color css
<style>
span { border-color: #303E4A; }
span { border-color: rgb(48,62,74); }
td.TdClassName
{
border-color: #303E4A;
}
.TagClassName
{
border-color: #303E4A;
}
</style>