Shades of Cherry Pie #342E56
Tints of Cherry Pie #342E56
RGB
CMYK
RGB Variations
Color information
#342E56 (or 0x342E56) is known color: Cherry Pie. HEX triplet: 34, 2E and 56. RGB value is (52,46,86). Sum of RGB (Red+Green+Blue) = 52+46+86=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #342E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E56 is #CBD1A9. Grayscale: #343434. Windows color (decimal): -13357482 or 5647924. OLE color: 5647924.
HSL color Cylindrical-coordinate representation of color #342E56: hue angle of 249º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #342E56 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 46 | 86 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.66 |
| HSL | 249º | 0.3% | 0.26% | - |
| HSV(B) | 249º | 0.47% | 0.34% | - |
| XYZ | 4.07 | 3.36 | 9.24 | - |
| YUV | 52.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 86 | 0.40 | 0.47 | 0 | 0.66 | 249 | 0.3 | 0.26 |
| Hex | 34 | 2E | 56 | 28 | 2F | 0 | 42 | F9 | 1E | 1A |
| Octal | 64 | 56 | 126 | 50 | 57 | 0 | 102 | 371 | 36 | 32 |
| Binary | 110100 | 101110 | 1010110 | 101000 | 101111 | 0 | 1000010 | 11111001 | 11110 | 11010 |
Color Harmonies of #342E56
Complementary color
Monochromatic Colors of #342E56
Black with #342E56
Text Example
Text Example
White with #342E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E56; }
p { color: rgb(52,46,86); }
H1.HeaderClassName
{
color: #342E56;
}
.AnyTagClassName
{
color: #342E56;
}
</style>
background-color css
<style>
a { background-color: #342E56; }
a { background-color: rgb(52,46,86); }
div.DivClassName
{
background-color: #342E56;
}
.BgClassName
{
background-color: #342E56;
}
</style>
border-color css
<style>
span { border-color: #342E56; }
span { border-color: rgb(52,46,86); }
td.TdClassName
{
border-color: #342E56;
}
.TagClassName
{
border-color: #342E56;
}
</style>