Shades of Cherry Pie #342C4F
Tints of Cherry Pie #342C4F
RGB
CMYK
RGB Variations
Color information
#342C4F (or 0x342C4F) is known color: Cherry Pie. HEX triplet: 34, 2C and 4F. RGB value is (52,44,79). Sum of RGB (Red+Green+Blue) = 52+44+79=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #342C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C4F is #CBD3B0. Grayscale: #323232. Windows color (decimal): -13358001 or 5188660. OLE color: 5188660.
HSL color Cylindrical-coordinate representation of color #342C4F: hue angle of 253.71º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #342C4F is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 44 | 79 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.69 |
| HSL | 253.71º | 0.28% | 0.24% | - |
| HSV(B) | 253.71º | 0.44% | 0.31% | - |
| XYZ | 3.73 | 3.1 | 7.8 | - |
| YUV | 50.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 79 | 0.34 | 0.44 | 0 | 0.69 | 253.71 | 0.28 | 0.24 |
| Hex | 34 | 2C | 4F | 22 | 2C | 0 | 45 | FE | 1C | 18 |
| Octal | 64 | 54 | 117 | 42 | 54 | 0 | 105 | 376 | 34 | 30 |
| Binary | 110100 | 101100 | 1001111 | 100010 | 101100 | 0 | 1000101 | 11111110 | 11100 | 11000 |
Color Harmonies of #342C4F
Complementary color
Monochromatic Colors of #342C4F
Black with #342C4F
Text Example
Text Example
White with #342C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342C4F; }
p { color: rgb(52,44,79); }
H1.HeaderClassName
{
color: #342C4F;
}
.AnyTagClassName
{
color: #342C4F;
}
</style>
background-color css
<style>
a { background-color: #342C4F; }
a { background-color: rgb(52,44,79); }
div.DivClassName
{
background-color: #342C4F;
}
.BgClassName
{
background-color: #342C4F;
}
</style>
border-color css
<style>
span { border-color: #342C4F; }
span { border-color: rgb(52,44,79); }
td.TdClassName
{
border-color: #342C4F;
}
.TagClassName
{
border-color: #342C4F;
}
</style>