Shades of Tolopea #342C46
Tints of Tolopea #342C46
RGB
CMYK
RGB Variations
Color information
#342C46 (or 0x342C46) is known color: Tolopea. HEX triplet: 34, 2C and 46. RGB value is (52,44,70). Sum of RGB (Red+Green+Blue) = 52+44+70=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 70 - color contains mainly: blue. Hex color #342C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C46 is #CBD3B9. Grayscale: #313131. Windows color (decimal): -13358010 or 4598836. OLE color: 4598836.
HSL color Cylindrical-coordinate representation of color #342C46: hue angle of 258.46º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342C46 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 44 | 70 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.73 |
| HSL | 258.46º | 0.23% | 0.22% | - |
| HSV(B) | 258.46º | 0.37% | 0.27% | - |
| XYZ | 3.42 | 2.97 | 6.19 | - |
| YUV | 49.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 70 | 0.26 | 0.37 | 0 | 0.73 | 258.46 | 0.23 | 0.22 |
| Hex | 34 | 2C | 46 | 1A | 25 | 0 | 49 | 102 | 17 | 16 |
| Octal | 64 | 54 | 106 | 32 | 45 | 0 | 111 | 402 | 27 | 26 |
| Binary | 110100 | 101100 | 1000110 | 11010 | 100101 | 0 | 1001001 | 100000010 | 10111 | 10110 |
Color Harmonies of #342C46
Complementary color
Monochromatic Colors of #342C46
Black with #342C46
Text Example
Text Example
White with #342C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C46; }
p { color: rgb(52,44,70); }
H1.HeaderClassName
{
color: #342C46;
}
.AnyTagClassName
{
color: #342C46;
}
</style>
background-color css
<style>
a { background-color: #342C46; }
a { background-color: rgb(52,44,70); }
div.DivClassName
{
background-color: #342C46;
}
.BgClassName
{
background-color: #342C46;
}
</style>
border-color css
<style>
span { border-color: #342C46; }
span { border-color: rgb(52,44,70); }
td.TdClassName
{
border-color: #342C46;
}
.TagClassName
{
border-color: #342C46;
}
</style>