Shades of Cherry Pie #342354
Tints of Cherry Pie #342354
RGB
CMYK
RGB Variations
Color information
#342354 (or 0x342354) is known color: Cherry Pie. HEX triplet: 34, 23 and 54. RGB value is (52,35,84). Sum of RGB (Red+Green+Blue) = 52+35+84=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #342354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342354 is #CBDCAB. Grayscale: #2D2D2D. Windows color (decimal): -13360300 or 5514036. OLE color: 5514036.
HSL color Cylindrical-coordinate representation of color #342354: hue angle of 260.82º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342354 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 35 | 84 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.67 |
| HSL | 260.82º | 0.41% | 0.23% | - |
| HSV(B) | 260.82º | 0.58% | 0.33% | - |
| XYZ | 3.62 | 2.57 | 8.69 | - |
| YUV | 45.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 84 | 0.38 | 0.58 | 0 | 0.67 | 260.82 | 0.41 | 0.23 |
| Hex | 34 | 23 | 54 | 26 | 3A | 0 | 43 | 105 | 29 | 17 |
| Octal | 64 | 43 | 124 | 46 | 72 | 0 | 103 | 405 | 51 | 27 |
| Binary | 110100 | 100011 | 1010100 | 100110 | 111010 | 0 | 1000011 | 100000101 | 101001 | 10111 |
Color Harmonies of #342354
Complementary color
Monochromatic Colors of #342354
Black with #342354
Text Example
Text Example
White with #342354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342354; }
p { color: rgb(52,35,84); }
H1.HeaderClassName
{
color: #342354;
}
.AnyTagClassName
{
color: #342354;
}
</style>
background-color css
<style>
a { background-color: #342354; }
a { background-color: rgb(52,35,84); }
div.DivClassName
{
background-color: #342354;
}
.BgClassName
{
background-color: #342354;
}
</style>
border-color css
<style>
span { border-color: #342354; }
span { border-color: rgb(52,35,84); }
td.TdClassName
{
border-color: #342354;
}
.TagClassName
{
border-color: #342354;
}
</style>