Shades of Cherry Pie #352E4E
Tints of Cherry Pie #352E4E
RGB
CMYK
RGB Variations
Color information
#352E4E (or 0x352E4E) is known color: Cherry Pie. HEX triplet: 35, 2E and 4E. RGB value is (53,46,78). Sum of RGB (Red+Green+Blue) = 53+46+78=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #352E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E4E is #CAD1B1. Grayscale: #333333. Windows color (decimal): -13291954 or 5123637. OLE color: 5123637.
HSL color Cylindrical-coordinate representation of color #352E4E: hue angle of 253.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #352E4E is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 46 | 78 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.69 |
| HSL | 253.13º | 0.26% | 0.24% | - |
| HSV(B) | 253.13º | 0.41% | 0.31% | - |
| XYZ | 3.82 | 3.26 | 7.64 | - |
| YUV | 51.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 78 | 0.32 | 0.41 | 0 | 0.69 | 253.13 | 0.26 | 0.24 |
| Hex | 35 | 2E | 4E | 20 | 29 | 0 | 45 | FD | 1A | 18 |
| Octal | 65 | 56 | 116 | 40 | 51 | 0 | 105 | 375 | 32 | 30 |
| Binary | 110101 | 101110 | 1001110 | 100000 | 101001 | 0 | 1000101 | 11111101 | 11010 | 11000 |
Color Harmonies of #352E4E
Complementary color
Monochromatic Colors of #352E4E
Black with #352E4E
Text Example
Text Example
White with #352E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E4E; }
p { color: rgb(53,46,78); }
H1.HeaderClassName
{
color: #352E4E;
}
.AnyTagClassName
{
color: #352E4E;
}
</style>
background-color css
<style>
a { background-color: #352E4E; }
a { background-color: rgb(53,46,78); }
div.DivClassName
{
background-color: #352E4E;
}
.BgClassName
{
background-color: #352E4E;
}
</style>
border-color css
<style>
span { border-color: #352E4E; }
span { border-color: rgb(53,46,78); }
td.TdClassName
{
border-color: #352E4E;
}
.TagClassName
{
border-color: #352E4E;
}
</style>