Shades of Tolopea #342942
Tints of Tolopea #342942
RGB
CMYK
RGB Variations
Color information
#342942 (or 0x342942) is known color: Tolopea. HEX triplet: 34, 29 and 42. RGB value is (52,41,66). Sum of RGB (Red+Green+Blue) = 52+41+66=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 66 - color contains mainly: blue. Hex color #342942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342942 is #CBD6BD. Grayscale: #2F2F2F. Windows color (decimal): -13358782 or 4335924. OLE color: 4335924.
HSL color Cylindrical-coordinate representation of color #342942: hue angle of 266.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342942 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 41 | 66 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.74 |
| HSL | 266.4º | 0.23% | 0.21% | - |
| HSV(B) | 266.4º | 0.38% | 0.26% | - |
| XYZ | 3.19 | 2.71 | 5.51 | - |
| YUV | 47.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 66 | 0.21 | 0.38 | 0 | 0.74 | 266.4 | 0.23 | 0.21 |
| Hex | 34 | 29 | 42 | 15 | 26 | 0 | 4A | 10A | 17 | 15 |
| Octal | 64 | 51 | 102 | 25 | 46 | 0 | 112 | 412 | 27 | 25 |
| Binary | 110100 | 101001 | 1000010 | 10101 | 100110 | 0 | 1001010 | 100001010 | 10111 | 10101 |
Color Harmonies of #342942
Complementary color
Monochromatic Colors of #342942
Black with #342942
Text Example
Text Example
White with #342942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342942; }
p { color: rgb(52,41,66); }
H1.HeaderClassName
{
color: #342942;
}
.AnyTagClassName
{
color: #342942;
}
</style>
background-color css
<style>
a { background-color: #342942; }
a { background-color: rgb(52,41,66); }
div.DivClassName
{
background-color: #342942;
}
.BgClassName
{
background-color: #342942;
}
</style>
border-color css
<style>
span { border-color: #342942; }
span { border-color: rgb(52,41,66); }
td.TdClassName
{
border-color: #342942;
}
.TagClassName
{
border-color: #342942;
}
</style>