Shades of Cherry Pie #342A58
Tints of Cherry Pie #342A58
RGB
CMYK
RGB Variations
Color information
#342A58 (or 0x342A58) is known color: Cherry Pie. HEX triplet: 34, 2A and 58. RGB value is (52,42,88). Sum of RGB (Red+Green+Blue) = 52+42+88=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #342A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A58 is #CBD5A7. Grayscale: #323232. Windows color (decimal): -13358504 or 5777972. OLE color: 5777972.
HSL color Cylindrical-coordinate representation of color #342A58: hue angle of 253.04º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342A58 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 42 | 88 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.65 |
| HSL | 253.04º | 0.35% | 0.25% | - |
| HSV(B) | 253.04º | 0.52% | 0.35% | - |
| XYZ | 4.01 | 3.09 | 9.62 | - |
| YUV | 50.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 88 | 0.41 | 0.52 | 0 | 0.65 | 253.04 | 0.35 | 0.25 |
| Hex | 34 | 2A | 58 | 29 | 34 | 0 | 41 | FD | 23 | 19 |
| Octal | 64 | 52 | 130 | 51 | 64 | 0 | 101 | 375 | 43 | 31 |
| Binary | 110100 | 101010 | 1011000 | 101001 | 110100 | 0 | 1000001 | 11111101 | 100011 | 11001 |
Color Harmonies of #342A58
Complementary color
Monochromatic Colors of #342A58
Black with #342A58
Text Example
Text Example
White with #342A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342A58; }
p { color: rgb(52,42,88); }
H1.HeaderClassName
{
color: #342A58;
}
.AnyTagClassName
{
color: #342A58;
}
</style>
background-color css
<style>
a { background-color: #342A58; }
a { background-color: rgb(52,42,88); }
div.DivClassName
{
background-color: #342A58;
}
.BgClassName
{
background-color: #342A58;
}
</style>
border-color css
<style>
span { border-color: #342A58; }
span { border-color: rgb(52,42,88); }
td.TdClassName
{
border-color: #342A58;
}
.TagClassName
{
border-color: #342A58;
}
</style>