Shades of Cherry Pie #352755
Tints of Cherry Pie #352755
RGB
CMYK
RGB Variations
Color information
#352755 (or 0x352755) is known color: Cherry Pie. HEX triplet: 35, 27 and 55. RGB value is (53,39,85). Sum of RGB (Red+Green+Blue) = 53+39+85=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #352755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352755 is #CAD8AA. Grayscale: #303030. Windows color (decimal): -13293739 or 5580597. OLE color: 5580597.
HSL color Cylindrical-coordinate representation of color #352755: hue angle of 258.26º 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 #352755 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 39 | 85 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.67 |
| HSL | 258.26º | 0.37% | 0.24% | - |
| HSV(B) | 258.26º | 0.54% | 0.33% | - |
| XYZ | 3.83 | 2.86 | 8.95 | - |
| YUV | 48.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 85 | 0.38 | 0.54 | 0 | 0.67 | 258.26 | 0.37 | 0.24 |
| Hex | 35 | 27 | 55 | 26 | 36 | 0 | 43 | 102 | 25 | 18 |
| Octal | 65 | 47 | 125 | 46 | 66 | 0 | 103 | 402 | 45 | 30 |
| Binary | 110101 | 100111 | 1010101 | 100110 | 110110 | 0 | 1000011 | 100000010 | 100101 | 11000 |
Color Harmonies of #352755
Complementary color
Monochromatic Colors of #352755
Black with #352755
Text Example
Text Example
White with #352755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352755; }
p { color: rgb(53,39,85); }
H1.HeaderClassName
{
color: #352755;
}
.AnyTagClassName
{
color: #352755;
}
</style>
background-color css
<style>
a { background-color: #352755; }
a { background-color: rgb(53,39,85); }
div.DivClassName
{
background-color: #352755;
}
.BgClassName
{
background-color: #352755;
}
</style>
border-color css
<style>
span { border-color: #352755; }
span { border-color: rgb(53,39,85); }
td.TdClassName
{
border-color: #352755;
}
.TagClassName
{
border-color: #352755;
}
</style>