Shades of Cherry Pie #342554
Tints of Cherry Pie #342554
RGB
CMYK
RGB Variations
Color information
#342554 (or 0x342554) is known color: Cherry Pie. HEX triplet: 34, 25 and 54. RGB value is (52,37,84). Sum of RGB (Red+Green+Blue) = 52+37+84=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #342554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342554 is #CBDAAB. Grayscale: #2E2E2E. Windows color (decimal): -13359788 or 5514548. OLE color: 5514548.
HSL color Cylindrical-coordinate representation of color #342554: hue angle of 259.15º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342554 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 37 | 84 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.67 |
| HSL | 259.15º | 0.39% | 0.24% | - |
| HSV(B) | 259.15º | 0.56% | 0.33% | - |
| XYZ | 3.68 | 2.69 | 8.71 | - |
| YUV | 46.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 84 | 0.38 | 0.56 | 0 | 0.67 | 259.15 | 0.39 | 0.24 |
| Hex | 34 | 25 | 54 | 26 | 38 | 0 | 43 | 103 | 27 | 18 |
| Octal | 64 | 45 | 124 | 46 | 70 | 0 | 103 | 403 | 47 | 30 |
| Binary | 110100 | 100101 | 1010100 | 100110 | 111000 | 0 | 1000011 | 100000011 | 100111 | 11000 |
Color Harmonies of #342554
Complementary color
Monochromatic Colors of #342554
Black with #342554
Text Example
Text Example
White with #342554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342554; }
p { color: rgb(52,37,84); }
H1.HeaderClassName
{
color: #342554;
}
.AnyTagClassName
{
color: #342554;
}
</style>
background-color css
<style>
a { background-color: #342554; }
a { background-color: rgb(52,37,84); }
div.DivClassName
{
background-color: #342554;
}
.BgClassName
{
background-color: #342554;
}
</style>
border-color css
<style>
span { border-color: #342554; }
span { border-color: rgb(52,37,84); }
td.TdClassName
{
border-color: #342554;
}
.TagClassName
{
border-color: #342554;
}
</style>