Shades of Arsenic #363F47
Tints of Arsenic #363F47
RGB
CMYK
RGB Variations
Color information
#363F47 (or 0x363F47) is known color: Arsenic. HEX triplet: 36, 3F and 47. RGB value is (54,63,71). Sum of RGB (Red+Green+Blue) = 54+63+71=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #363F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F47 is #C9C0B8. Grayscale: #3D3D3D. Windows color (decimal): -13222073 or 4669238. OLE color: 4669238.
HSL color Cylindrical-coordinate representation of color #363F47: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363F47 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 63 | 71 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.72 |
| HSL | 208.24º | 0.14% | 0.25% | - |
| HSV(B) | 208.24º | 0.24% | 0.28% | - |
| XYZ | 4.44 | 4.79 | 6.65 | - |
| YUV | 61.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 71 | 0.24 | 0.11 | 0 | 0.72 | 208.24 | 0.14 | 0.25 |
| Hex | 36 | 3F | 47 | 18 | B | 0 | 48 | D0 | E | 19 |
| Octal | 66 | 77 | 107 | 30 | 13 | 0 | 110 | 320 | 16 | 31 |
| Binary | 110110 | 111111 | 1000111 | 11000 | 1011 | 0 | 1001000 | 11010000 | 1110 | 11001 |
Color Harmonies of #363F47
Complementary color
Monochromatic Colors of #363F47
Black with #363F47
Text Example
Text Example
White with #363F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F47; }
p { color: rgb(54,63,71); }
H1.HeaderClassName
{
color: #363F47;
}
.AnyTagClassName
{
color: #363F47;
}
</style>
background-color css
<style>
a { background-color: #363F47; }
a { background-color: rgb(54,63,71); }
div.DivClassName
{
background-color: #363F47;
}
.BgClassName
{
background-color: #363F47;
}
</style>
border-color css
<style>
span { border-color: #363F47; }
span { border-color: rgb(54,63,71); }
td.TdClassName
{
border-color: #363F47;
}
.TagClassName
{
border-color: #363F47;
}
</style>