Shades of Cherry Pie #352C58
Tints of Cherry Pie #352C58
RGB
CMYK
RGB Variations
Color information
#352C58 (or 0x352C58) is known color: Cherry Pie. HEX triplet: 35, 2C and 58. RGB value is (53,44,88). Sum of RGB (Red+Green+Blue) = 53+44+88=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #352C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C58 is #CAD3A7. Grayscale: #333333. Windows color (decimal): -13292456 or 5778485. OLE color: 5778485.
HSL color Cylindrical-coordinate representation of color #352C58: hue angle of 252.27º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352C58 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 44 | 88 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.65 |
| HSL | 252.27º | 0.33% | 0.26% | - |
| HSV(B) | 252.27º | 0.5% | 0.35% | - |
| XYZ | 4.13 | 3.26 | 9.64 | - |
| YUV | 51.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 88 | 0.40 | 0.5 | 0 | 0.65 | 252.27 | 0.33 | 0.26 |
| Hex | 35 | 2C | 58 | 28 | 32 | 0 | 41 | FC | 21 | 1A |
| Octal | 65 | 54 | 130 | 50 | 62 | 0 | 101 | 374 | 41 | 32 |
| Binary | 110101 | 101100 | 1011000 | 101000 | 110010 | 0 | 1000001 | 11111100 | 100001 | 11010 |
Color Harmonies of #352C58
Complementary color
Monochromatic Colors of #352C58
Black with #352C58
Text Example
Text Example
White with #352C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C58; }
p { color: rgb(53,44,88); }
H1.HeaderClassName
{
color: #352C58;
}
.AnyTagClassName
{
color: #352C58;
}
</style>
background-color css
<style>
a { background-color: #352C58; }
a { background-color: rgb(53,44,88); }
div.DivClassName
{
background-color: #352C58;
}
.BgClassName
{
background-color: #352C58;
}
</style>
border-color css
<style>
span { border-color: #352C58; }
span { border-color: rgb(53,44,88); }
td.TdClassName
{
border-color: #352C58;
}
.TagClassName
{
border-color: #352C58;
}
</style>