Shades of Cherry Pie #352E58
Tints of Cherry Pie #352E58
RGB
CMYK
RGB Variations
Color information
#352E58 (or 0x352E58) is known color: Cherry Pie. HEX triplet: 35, 2E and 58. RGB value is (53,46,88). Sum of RGB (Red+Green+Blue) = 53+46+88=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #352E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E58 is #CAD1A7. Grayscale: #343434. Windows color (decimal): -13291944 or 5778997. OLE color: 5778997.
HSL color Cylindrical-coordinate representation of color #352E58: hue angle of 250º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #352E58 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 46 | 88 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.65 |
| HSL | 250º | 0.31% | 0.26% | - |
| HSV(B) | 250º | 0.48% | 0.35% | - |
| XYZ | 4.21 | 3.42 | 9.67 | - |
| YUV | 52.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 88 | 0.40 | 0.48 | 0 | 0.65 | 250 | 0.31 | 0.26 |
| Hex | 35 | 2E | 58 | 28 | 30 | 0 | 41 | FA | 1F | 1A |
| Octal | 65 | 56 | 130 | 50 | 60 | 0 | 101 | 372 | 37 | 32 |
| Binary | 110101 | 101110 | 1011000 | 101000 | 110000 | 0 | 1000001 | 11111010 | 11111 | 11010 |
Color Harmonies of #352E58
Complementary color
Monochromatic Colors of #352E58
Black with #352E58
Text Example
Text Example
White with #352E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E58; }
p { color: rgb(53,46,88); }
H1.HeaderClassName
{
color: #352E58;
}
.AnyTagClassName
{
color: #352E58;
}
</style>
background-color css
<style>
a { background-color: #352E58; }
a { background-color: rgb(53,46,88); }
div.DivClassName
{
background-color: #352E58;
}
.BgClassName
{
background-color: #352E58;
}
</style>
border-color css
<style>
span { border-color: #352E58; }
span { border-color: rgb(53,46,88); }
td.TdClassName
{
border-color: #352E58;
}
.TagClassName
{
border-color: #352E58;
}
</style>