Shades of Arsenic #314552
Tints of Arsenic #314552
RGB
CMYK
RGB Variations
Color information
#314552 (or 0x314552) is known color: Arsenic. HEX triplet: 31, 45 and 52. RGB value is (49,69,82). Sum of RGB (Red+Green+Blue) = 49+69+82=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #314552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314552 is #CEBAAD. Grayscale: #404040. Windows color (decimal): -13548206 or 5391665. OLE color: 5391665.
HSL color Cylindrical-coordinate representation of color #314552: hue angle of 203.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314552 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 69 | 82 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.68 |
| HSL | 203.64º | 0.25% | 0.26% | - |
| HSV(B) | 203.64º | 0.4% | 0.32% | - |
| XYZ | 4.92 | 5.52 | 8.79 | - |
| YUV | 64.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 82 | 0.40 | 0.16 | 0 | 0.68 | 203.64 | 0.25 | 0.26 |
| Hex | 31 | 45 | 52 | 28 | 10 | 0 | 44 | CC | 19 | 1A |
| Octal | 61 | 105 | 122 | 50 | 20 | 0 | 104 | 314 | 31 | 32 |
| Binary | 110001 | 1000101 | 1010010 | 101000 | 10000 | 0 | 1000100 | 11001100 | 11001 | 11010 |
Color Harmonies of #314552
Complementary color
Monochromatic Colors of #314552
Black with #314552
Text Example
Text Example
White with #314552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314552; }
p { color: rgb(49,69,82); }
H1.HeaderClassName
{
color: #314552;
}
.AnyTagClassName
{
color: #314552;
}
</style>
background-color css
<style>
a { background-color: #314552; }
a { background-color: rgb(49,69,82); }
div.DivClassName
{
background-color: #314552;
}
.BgClassName
{
background-color: #314552;
}
</style>
border-color css
<style>
span { border-color: #314552; }
span { border-color: rgb(49,69,82); }
td.TdClassName
{
border-color: #314552;
}
.TagClassName
{
border-color: #314552;
}
</style>