Shades of Arsenic #333F4A
Tints of Arsenic #333F4A
RGB
CMYK
RGB Variations
Color information
#333F4A (or 0x333F4A) is known color: Arsenic. HEX triplet: 33, 3F and 4A. RGB value is (51,63,74). Sum of RGB (Red+Green+Blue) = 51+63+74=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #333F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F4A is #CCC0B5. Grayscale: #3C3C3C. Windows color (decimal): -13418678 or 4865843. OLE color: 4865843.
HSL color Cylindrical-coordinate representation of color #333F4A: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333F4A is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 63 | 74 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.71 |
| HSL | 208.7º | 0.18% | 0.25% | - |
| HSV(B) | 208.7º | 0.31% | 0.29% | - |
| XYZ | 4.38 | 4.75 | 7.17 | - |
| YUV | 60.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 74 | 0.31 | 0.15 | 0 | 0.71 | 208.7 | 0.18 | 0.25 |
| Hex | 33 | 3F | 4A | 1F | F | 0 | 47 | D1 | 12 | 19 |
| Octal | 63 | 77 | 112 | 37 | 17 | 0 | 107 | 321 | 22 | 31 |
| Binary | 110011 | 111111 | 1001010 | 11111 | 1111 | 0 | 1000111 | 11010001 | 10010 | 11001 |
Color Harmonies of #333F4A
Complementary color
Monochromatic Colors of #333F4A
Black with #333F4A
Text Example
Text Example
White with #333F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F4A; }
p { color: rgb(51,63,74); }
H1.HeaderClassName
{
color: #333F4A;
}
.AnyTagClassName
{
color: #333F4A;
}
</style>
background-color css
<style>
a { background-color: #333F4A; }
a { background-color: rgb(51,63,74); }
div.DivClassName
{
background-color: #333F4A;
}
.BgClassName
{
background-color: #333F4A;
}
</style>
border-color css
<style>
span { border-color: #333F4A; }
span { border-color: rgb(51,63,74); }
td.TdClassName
{
border-color: #333F4A;
}
.TagClassName
{
border-color: #333F4A;
}
</style>