Shades of Arsenic #314453
Tints of Arsenic #314453
RGB
CMYK
RGB Variations
Color information
#314453 (or 0x314453) is known color: Arsenic. HEX triplet: 31, 44 and 53. RGB value is (49,68,83). Sum of RGB (Red+Green+Blue) = 49+68+83=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #314453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314453 is #CEBBAC. Grayscale: #3F3F3F. Windows color (decimal): -13548461 or 5456945. OLE color: 5456945.
HSL color Cylindrical-coordinate representation of color #314453: hue angle of 206.47º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314453 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 68 | 83 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.67 |
| HSL | 206.47º | 0.26% | 0.26% | - |
| HSV(B) | 206.47º | 0.41% | 0.33% | - |
| XYZ | 4.9 | 5.41 | 8.97 | - |
| YUV | 64.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 83 | 0.41 | 0.18 | 0 | 0.67 | 206.47 | 0.26 | 0.26 |
| Hex | 31 | 44 | 53 | 29 | 12 | 0 | 43 | CE | 1A | 1A |
| Octal | 61 | 104 | 123 | 51 | 22 | 0 | 103 | 316 | 32 | 32 |
| Binary | 110001 | 1000100 | 1010011 | 101001 | 10010 | 0 | 1000011 | 11001110 | 11010 | 11010 |
Color Harmonies of #314453
Complementary color
Monochromatic Colors of #314453
Black with #314453
Text Example
Text Example
White with #314453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314453; }
p { color: rgb(49,68,83); }
H1.HeaderClassName
{
color: #314453;
}
.AnyTagClassName
{
color: #314453;
}
</style>
background-color css
<style>
a { background-color: #314453; }
a { background-color: rgb(49,68,83); }
div.DivClassName
{
background-color: #314453;
}
.BgClassName
{
background-color: #314453;
}
</style>
border-color css
<style>
span { border-color: #314453; }
span { border-color: rgb(49,68,83); }
td.TdClassName
{
border-color: #314453;
}
.TagClassName
{
border-color: #314453;
}
</style>