Shades of Arsenic #38434C
Tints of Arsenic #38434C
RGB
CMYK
RGB Variations
Color information
#38434C (or 0x38434C) is known color: Arsenic. HEX triplet: 38, 43 and 4C. RGB value is (56,67,76). Sum of RGB (Red+Green+Blue) = 56+67+76=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #38434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38434C is #C7BCB3. Grayscale: #404040. Windows color (decimal): -13089972 or 4997944. OLE color: 4997944.
HSL color Cylindrical-coordinate representation of color #38434C: hue angle of 207º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38434C is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 67 | 76 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.70 |
| HSL | 207º | 0.15% | 0.26% | - |
| HSV(B) | 207º | 0.26% | 0.3% | - |
| XYZ | 4.94 | 5.38 | 7.61 | - |
| YUV | 64.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 76 | 0.26 | 0.12 | 0 | 0.70 | 207 | 0.15 | 0.26 |
| Hex | 38 | 43 | 4C | 1A | C | 0 | 46 | CF | F | 1A |
| Octal | 70 | 103 | 114 | 32 | 14 | 0 | 106 | 317 | 17 | 32 |
| Binary | 111000 | 1000011 | 1001100 | 11010 | 1100 | 0 | 1000110 | 11001111 | 1111 | 11010 |
Color Harmonies of #38434C
Complementary color
Monochromatic Colors of #38434C
Black with #38434C
Text Example
Text Example
White with #38434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38434C; }
p { color: rgb(56,67,76); }
H1.HeaderClassName
{
color: #38434C;
}
.AnyTagClassName
{
color: #38434C;
}
</style>
background-color css
<style>
a { background-color: #38434C; }
a { background-color: rgb(56,67,76); }
div.DivClassName
{
background-color: #38434C;
}
.BgClassName
{
background-color: #38434C;
}
</style>
border-color css
<style>
span { border-color: #38434C; }
span { border-color: rgb(56,67,76); }
td.TdClassName
{
border-color: #38434C;
}
.TagClassName
{
border-color: #38434C;
}
</style>