Shades of Cherry Pie #342D4E
Tints of Cherry Pie #342D4E
RGB
CMYK
RGB Variations
Color information
#342D4E (or 0x342D4E) is known color: Cherry Pie. HEX triplet: 34, 2D and 4E. RGB value is (52,45,78). Sum of RGB (Red+Green+Blue) = 52+45+78=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #342D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D4E is #CBD2B1. Grayscale: #323232. Windows color (decimal): -13357746 or 5123380. OLE color: 5123380.
HSL color Cylindrical-coordinate representation of color #342D4E: hue angle of 252.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342D4E is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 45 | 78 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.69 |
| HSL | 252.73º | 0.27% | 0.24% | - |
| HSV(B) | 252.73º | 0.42% | 0.31% | - |
| XYZ | 3.73 | 3.16 | 7.62 | - |
| YUV | 50.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 78 | 0.33 | 0.42 | 0 | 0.69 | 252.73 | 0.27 | 0.24 |
| Hex | 34 | 2D | 4E | 21 | 2A | 0 | 45 | FD | 1B | 18 |
| Octal | 64 | 55 | 116 | 41 | 52 | 0 | 105 | 375 | 33 | 30 |
| Binary | 110100 | 101101 | 1001110 | 100001 | 101010 | 0 | 1000101 | 11111101 | 11011 | 11000 |
Color Harmonies of #342D4E
Complementary color
Monochromatic Colors of #342D4E
Black with #342D4E
Text Example
Text Example
White with #342D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D4E; }
p { color: rgb(52,45,78); }
H1.HeaderClassName
{
color: #342D4E;
}
.AnyTagClassName
{
color: #342D4E;
}
</style>
background-color css
<style>
a { background-color: #342D4E; }
a { background-color: rgb(52,45,78); }
div.DivClassName
{
background-color: #342D4E;
}
.BgClassName
{
background-color: #342D4E;
}
</style>
border-color css
<style>
span { border-color: #342D4E; }
span { border-color: rgb(52,45,78); }
td.TdClassName
{
border-color: #342D4E;
}
.TagClassName
{
border-color: #342D4E;
}
</style>