Shades of Arsenic #343F4A
Tints of Arsenic #343F4A
RGB
CMYK
RGB Variations
Color information
#343F4A (or 0x343F4A) is known color: Arsenic. HEX triplet: 34, 3F and 4A. RGB value is (52,63,74). Sum of RGB (Red+Green+Blue) = 52+63+74=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #343F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F4A is #CBC0B5. Grayscale: #3C3C3C. Windows color (decimal): -13353142 or 4865844. OLE color: 4865844.
HSL color Cylindrical-coordinate representation of color #343F4A: hue angle of 210º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343F4A is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 63 | 74 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.71 |
| HSL | 210º | 0.17% | 0.25% | - |
| HSV(B) | 210º | 0.3% | 0.29% | - |
| XYZ | 4.43 | 4.78 | 7.17 | - |
| YUV | 60.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 74 | 0.30 | 0.15 | 0 | 0.71 | 210 | 0.17 | 0.25 |
| Hex | 34 | 3F | 4A | 1E | F | 0 | 47 | D2 | 11 | 19 |
| Octal | 64 | 77 | 112 | 36 | 17 | 0 | 107 | 322 | 21 | 31 |
| Binary | 110100 | 111111 | 1001010 | 11110 | 1111 | 0 | 1000111 | 11010010 | 10001 | 11001 |
Color Harmonies of #343F4A
Complementary color
Monochromatic Colors of #343F4A
Black with #343F4A
Text Example
Text Example
White with #343F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F4A; }
p { color: rgb(52,63,74); }
H1.HeaderClassName
{
color: #343F4A;
}
.AnyTagClassName
{
color: #343F4A;
}
</style>
background-color css
<style>
a { background-color: #343F4A; }
a { background-color: rgb(52,63,74); }
div.DivClassName
{
background-color: #343F4A;
}
.BgClassName
{
background-color: #343F4A;
}
</style>
border-color css
<style>
span { border-color: #343F4A; }
span { border-color: rgb(52,63,74); }
td.TdClassName
{
border-color: #343F4A;
}
.TagClassName
{
border-color: #343F4A;
}
</style>