Shades of Cherry Pie #342653
Tints of Cherry Pie #342653
RGB
CMYK
RGB Variations
Color information
#342653 (or 0x342653) is known color: Cherry Pie. HEX triplet: 34, 26 and 53. RGB value is (52,38,83). Sum of RGB (Red+Green+Blue) = 52+38+83=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #342653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342653 is #CBD9AC. Grayscale: #2F2F2F. Windows color (decimal): -13359533 or 5449268. OLE color: 5449268.
HSL color Cylindrical-coordinate representation of color #342653: hue angle of 258.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342653 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 38 | 83 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.67 |
| HSL | 258.67º | 0.37% | 0.24% | - |
| HSV(B) | 258.67º | 0.54% | 0.33% | - |
| XYZ | 3.67 | 2.74 | 8.52 | - |
| YUV | 47.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 83 | 0.37 | 0.54 | 0 | 0.67 | 258.67 | 0.37 | 0.24 |
| Hex | 34 | 26 | 53 | 25 | 36 | 0 | 43 | 103 | 25 | 18 |
| Octal | 64 | 46 | 123 | 45 | 66 | 0 | 103 | 403 | 45 | 30 |
| Binary | 110100 | 100110 | 1010011 | 100101 | 110110 | 0 | 1000011 | 100000011 | 100101 | 11000 |
Color Harmonies of #342653
Complementary color
Monochromatic Colors of #342653
Black with #342653
Text Example
Text Example
White with #342653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342653; }
p { color: rgb(52,38,83); }
H1.HeaderClassName
{
color: #342653;
}
.AnyTagClassName
{
color: #342653;
}
</style>
background-color css
<style>
a { background-color: #342653; }
a { background-color: rgb(52,38,83); }
div.DivClassName
{
background-color: #342653;
}
.BgClassName
{
background-color: #342653;
}
</style>
border-color css
<style>
span { border-color: #342653; }
span { border-color: rgb(52,38,83); }
td.TdClassName
{
border-color: #342653;
}
.TagClassName
{
border-color: #342653;
}
</style>