Shades of Arsenic #38444E
Tints of Arsenic #38444E
RGB
CMYK
RGB Variations
Color information
#38444E (or 0x38444E) is known color: Arsenic. HEX triplet: 38, 44 and 4E. RGB value is (56,68,78). Sum of RGB (Red+Green+Blue) = 56+68+78=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #38444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38444E is #C7BBB1. Grayscale: #414141. Windows color (decimal): -13089714 or 5129272. OLE color: 5129272.
HSL color Cylindrical-coordinate representation of color #38444E: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38444E is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 68 | 78 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.69 |
| HSL | 207.27º | 0.16% | 0.26% | - |
| HSV(B) | 207.27º | 0.28% | 0.31% | - |
| XYZ | 5.07 | 5.53 | 8.01 | - |
| YUV | 65.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 78 | 0.28 | 0.13 | 0 | 0.69 | 207.27 | 0.16 | 0.26 |
| Hex | 38 | 44 | 4E | 1C | D | 0 | 45 | CF | 10 | 1A |
| Octal | 70 | 104 | 116 | 34 | 15 | 0 | 105 | 317 | 20 | 32 |
| Binary | 111000 | 1000100 | 1001110 | 11100 | 1101 | 0 | 1000101 | 11001111 | 10000 | 11010 |
Color Harmonies of #38444E
Complementary color
Monochromatic Colors of #38444E
Black with #38444E
Text Example
Text Example
White with #38444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38444E; }
p { color: rgb(56,68,78); }
H1.HeaderClassName
{
color: #38444E;
}
.AnyTagClassName
{
color: #38444E;
}
</style>
background-color css
<style>
a { background-color: #38444E; }
a { background-color: rgb(56,68,78); }
div.DivClassName
{
background-color: #38444E;
}
.BgClassName
{
background-color: #38444E;
}
</style>
border-color css
<style>
span { border-color: #38444E; }
span { border-color: rgb(56,68,78); }
td.TdClassName
{
border-color: #38444E;
}
.TagClassName
{
border-color: #38444E;
}
</style>