Shades of Arsenic #304455
Tints of Arsenic #304455
RGB
CMYK
RGB Variations
Color information
#304455 (or 0x304455) is known color: Arsenic. HEX triplet: 30, 44 and 55. RGB value is (48,68,85). Sum of RGB (Red+Green+Blue) = 48+68+85=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #304455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304455 is #CFBBAA. Grayscale: #3F3F3F. Windows color (decimal): -13613995 or 5588016. OLE color: 5588016.
HSL color Cylindrical-coordinate representation of color #304455: hue angle of 207.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304455 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 68 | 85 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.67 |
| HSL | 207.57º | 0.28% | 0.26% | - |
| HSV(B) | 207.57º | 0.44% | 0.33% | - |
| XYZ | 4.93 | 5.42 | 9.38 | - |
| YUV | 63.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 85 | 0.44 | 0.20 | 0 | 0.67 | 207.57 | 0.28 | 0.26 |
| Hex | 30 | 44 | 55 | 2C | 14 | 0 | 43 | D0 | 1C | 1A |
| Octal | 60 | 104 | 125 | 54 | 24 | 0 | 103 | 320 | 34 | 32 |
| Binary | 110000 | 1000100 | 1010101 | 101100 | 10100 | 0 | 1000011 | 11010000 | 11100 | 11010 |
Color Harmonies of #304455
Complementary color
Monochromatic Colors of #304455
Black with #304455
Text Example
Text Example
White with #304455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304455; }
p { color: rgb(48,68,85); }
H1.HeaderClassName
{
color: #304455;
}
.AnyTagClassName
{
color: #304455;
}
</style>
background-color css
<style>
a { background-color: #304455; }
a { background-color: rgb(48,68,85); }
div.DivClassName
{
background-color: #304455;
}
.BgClassName
{
background-color: #304455;
}
</style>
border-color css
<style>
span { border-color: #304455; }
span { border-color: rgb(48,68,85); }
td.TdClassName
{
border-color: #304455;
}
.TagClassName
{
border-color: #304455;
}
</style>