Shades of Arsenic #313E4B
Tints of Arsenic #313E4B
RGB
CMYK
RGB Variations
Color information
#313E4B (or 0x313E4B) is known color: Arsenic. HEX triplet: 31, 3E and 4B. RGB value is (49,62,75). Sum of RGB (Red+Green+Blue) = 49+62+75=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #313E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E4B is #CEC1B4. Grayscale: #3B3B3B. Windows color (decimal): -13550005 or 4931121. OLE color: 4931121.
HSL color Cylindrical-coordinate representation of color #313E4B: hue angle of 210º 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 #313E4B is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 62 | 75 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.71 |
| HSL | 210º | 0.21% | 0.24% | - |
| HSV(B) | 210º | 0.35% | 0.29% | - |
| XYZ | 4.26 | 4.61 | 7.32 | - |
| YUV | 59.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 75 | 0.35 | 0.17 | 0 | 0.71 | 210 | 0.21 | 0.24 |
| Hex | 31 | 3E | 4B | 23 | 11 | 0 | 47 | D2 | 15 | 18 |
| Octal | 61 | 76 | 113 | 43 | 21 | 0 | 107 | 322 | 25 | 30 |
| Binary | 110001 | 111110 | 1001011 | 100011 | 10001 | 0 | 1000111 | 11010010 | 10101 | 11000 |
Color Harmonies of #313E4B
Complementary color
Monochromatic Colors of #313E4B
Black with #313E4B
Text Example
Text Example
White with #313E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E4B; }
p { color: rgb(49,62,75); }
H1.HeaderClassName
{
color: #313E4B;
}
.AnyTagClassName
{
color: #313E4B;
}
</style>
background-color css
<style>
a { background-color: #313E4B; }
a { background-color: rgb(49,62,75); }
div.DivClassName
{
background-color: #313E4B;
}
.BgClassName
{
background-color: #313E4B;
}
</style>
border-color css
<style>
span { border-color: #313E4B; }
span { border-color: rgb(49,62,75); }
td.TdClassName
{
border-color: #313E4B;
}
.TagClassName
{
border-color: #313E4B;
}
</style>