Shades of Arsenic #333E49
Tints of Arsenic #333E49
RGB
CMYK
RGB Variations
Color information
#333E49 (or 0x333E49) is known color: Arsenic. HEX triplet: 33, 3E and 49. RGB value is (51,62,73). Sum of RGB (Red+Green+Blue) = 51+62+73=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #333E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333E49 is #CCC1B6. Grayscale: #3B3B3B. Windows color (decimal): -13418935 or 4800051. OLE color: 4800051.
HSL color Cylindrical-coordinate representation of color #333E49: hue angle of 210º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333E49 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 62 | 73 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.71 |
| HSL | 210º | 0.18% | 0.24% | - |
| HSV(B) | 210º | 0.3% | 0.29% | - |
| XYZ | 4.29 | 4.63 | 6.97 | - |
| YUV | 59.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 73 | 0.30 | 0.15 | 0 | 0.71 | 210 | 0.18 | 0.24 |
| Hex | 33 | 3E | 49 | 1E | F | 0 | 47 | D2 | 12 | 18 |
| Octal | 63 | 76 | 111 | 36 | 17 | 0 | 107 | 322 | 22 | 30 |
| Binary | 110011 | 111110 | 1001001 | 11110 | 1111 | 0 | 1000111 | 11010010 | 10010 | 11000 |
Color Harmonies of #333E49
Complementary color
Monochromatic Colors of #333E49
Black with #333E49
Text Example
Text Example
White with #333E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E49; }
p { color: rgb(51,62,73); }
H1.HeaderClassName
{
color: #333E49;
}
.AnyTagClassName
{
color: #333E49;
}
</style>
background-color css
<style>
a { background-color: #333E49; }
a { background-color: rgb(51,62,73); }
div.DivClassName
{
background-color: #333E49;
}
.BgClassName
{
background-color: #333E49;
}
</style>
border-color css
<style>
span { border-color: #333E49; }
span { border-color: rgb(51,62,73); }
td.TdClassName
{
border-color: #333E49;
}
.TagClassName
{
border-color: #333E49;
}
</style>