Shades of Cherry Pie #352D55
Tints of Cherry Pie #352D55
RGB
CMYK
RGB Variations
Color information
#352D55 (or 0x352D55) is known color: Cherry Pie. HEX triplet: 35, 2D and 55. RGB value is (53,45,85). Sum of RGB (Red+Green+Blue) = 53+45+85=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #352D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D55 is #CAD2AA. Grayscale: #333333. Windows color (decimal): -13292203 or 5582133. OLE color: 5582133.
HSL color Cylindrical-coordinate representation of color #352D55: hue angle of 252º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352D55 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 45 | 85 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.67 |
| HSL | 252º | 0.31% | 0.25% | - |
| HSV(B) | 252º | 0.47% | 0.33% | - |
| XYZ | 4.05 | 3.29 | 9.02 | - |
| YUV | 51.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 85 | 0.38 | 0.47 | 0 | 0.67 | 252 | 0.31 | 0.25 |
| Hex | 35 | 2D | 55 | 26 | 2F | 0 | 43 | FC | 1F | 19 |
| Octal | 65 | 55 | 125 | 46 | 57 | 0 | 103 | 374 | 37 | 31 |
| Binary | 110101 | 101101 | 1010101 | 100110 | 101111 | 0 | 1000011 | 11111100 | 11111 | 11001 |
Color Harmonies of #352D55
Complementary color
Monochromatic Colors of #352D55
Black with #352D55
Text Example
Text Example
White with #352D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D55; }
p { color: rgb(53,45,85); }
H1.HeaderClassName
{
color: #352D55;
}
.AnyTagClassName
{
color: #352D55;
}
</style>
background-color css
<style>
a { background-color: #352D55; }
a { background-color: rgb(53,45,85); }
div.DivClassName
{
background-color: #352D55;
}
.BgClassName
{
background-color: #352D55;
}
</style>
border-color css
<style>
span { border-color: #352D55; }
span { border-color: rgb(53,45,85); }
td.TdClassName
{
border-color: #352D55;
}
.TagClassName
{
border-color: #352D55;
}
</style>