Shades of Arsenic #304554
Tints of Arsenic #304554
RGB
CMYK
RGB Variations
Color information
#304554 (or 0x304554) is known color: Arsenic. HEX triplet: 30, 45 and 54. RGB value is (48,69,84). Sum of RGB (Red+Green+Blue) = 48+69+84=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #304554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304554 is #CFBAAB. Grayscale: #404040. Windows color (decimal): -13613740 or 5522736. OLE color: 5522736.
HSL color Cylindrical-coordinate representation of color #304554: hue angle of 205º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304554 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 69 | 84 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.67 |
| HSL | 205º | 0.27% | 0.26% | - |
| HSV(B) | 205º | 0.43% | 0.33% | - |
| XYZ | 4.95 | 5.52 | 9.19 | - |
| YUV | 64.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 84 | 0.43 | 0.18 | 0 | 0.67 | 205 | 0.27 | 0.26 |
| Hex | 30 | 45 | 54 | 2B | 12 | 0 | 43 | CD | 1B | 1A |
| Octal | 60 | 105 | 124 | 53 | 22 | 0 | 103 | 315 | 33 | 32 |
| Binary | 110000 | 1000101 | 1010100 | 101011 | 10010 | 0 | 1000011 | 11001101 | 11011 | 11010 |
Color Harmonies of #304554
Complementary color
Monochromatic Colors of #304554
Black with #304554
Text Example
Text Example
White with #304554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304554; }
p { color: rgb(48,69,84); }
H1.HeaderClassName
{
color: #304554;
}
.AnyTagClassName
{
color: #304554;
}
</style>
background-color css
<style>
a { background-color: #304554; }
a { background-color: rgb(48,69,84); }
div.DivClassName
{
background-color: #304554;
}
.BgClassName
{
background-color: #304554;
}
</style>
border-color css
<style>
span { border-color: #304554; }
span { border-color: rgb(48,69,84); }
td.TdClassName
{
border-color: #304554;
}
.TagClassName
{
border-color: #304554;
}
</style>