Shades of Cherry Pie #342556
Tints of Cherry Pie #342556
RGB
CMYK
RGB Variations
Color information
#342556 (or 0x342556) is known color: Cherry Pie. HEX triplet: 34, 25 and 56. RGB value is (52,37,86). Sum of RGB (Red+Green+Blue) = 52+37+86=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #342556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342556 is #CBDAA9. Grayscale: #2E2E2E. Windows color (decimal): -13359786 or 5645620. OLE color: 5645620.
HSL color Cylindrical-coordinate representation of color #342556: hue angle of 258.37º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342556 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 37 | 86 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.66 |
| HSL | 258.37º | 0.4% | 0.24% | - |
| HSV(B) | 258.37º | 0.57% | 0.34% | - |
| XYZ | 3.76 | 2.73 | 9.13 | - |
| YUV | 47.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 86 | 0.40 | 0.57 | 0 | 0.66 | 258.37 | 0.4 | 0.24 |
| Hex | 34 | 25 | 56 | 28 | 39 | 0 | 42 | 102 | 28 | 18 |
| Octal | 64 | 45 | 126 | 50 | 71 | 0 | 102 | 402 | 50 | 30 |
| Binary | 110100 | 100101 | 1010110 | 101000 | 111001 | 0 | 1000010 | 100000010 | 101000 | 11000 |
Color Harmonies of #342556
Complementary color
Monochromatic Colors of #342556
Black with #342556
Text Example
Text Example
White with #342556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342556; }
p { color: rgb(52,37,86); }
H1.HeaderClassName
{
color: #342556;
}
.AnyTagClassName
{
color: #342556;
}
</style>
background-color css
<style>
a { background-color: #342556; }
a { background-color: rgb(52,37,86); }
div.DivClassName
{
background-color: #342556;
}
.BgClassName
{
background-color: #342556;
}
</style>
border-color css
<style>
span { border-color: #342556; }
span { border-color: rgb(52,37,86); }
td.TdClassName
{
border-color: #342556;
}
.TagClassName
{
border-color: #342556;
}
</style>