Shades of Cherry Pie #352E4F
Tints of Cherry Pie #352E4F
RGB
CMYK
RGB Variations
Color information
#352E4F (or 0x352E4F) is known color: Cherry Pie. HEX triplet: 35, 2E and 4F. RGB value is (53,46,79). Sum of RGB (Red+Green+Blue) = 53+46+79=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #352E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E4F is #CAD1B0. Grayscale: #333333. Windows color (decimal): -13291953 or 5189173. OLE color: 5189173.
HSL color Cylindrical-coordinate representation of color #352E4F: hue angle of 252.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352E4F is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 46 | 79 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.69 |
| HSL | 252.73º | 0.26% | 0.25% | - |
| HSV(B) | 252.73º | 0.42% | 0.31% | - |
| XYZ | 3.86 | 3.28 | 7.83 | - |
| YUV | 51.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 79 | 0.33 | 0.42 | 0 | 0.69 | 252.73 | 0.26 | 0.25 |
| Hex | 35 | 2E | 4F | 21 | 2A | 0 | 45 | FD | 1A | 19 |
| Octal | 65 | 56 | 117 | 41 | 52 | 0 | 105 | 375 | 32 | 31 |
| Binary | 110101 | 101110 | 1001111 | 100001 | 101010 | 0 | 1000101 | 11111101 | 11010 | 11001 |
Color Harmonies of #352E4F
Complementary color
Monochromatic Colors of #352E4F
Black with #352E4F
Text Example
Text Example
White with #352E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E4F; }
p { color: rgb(53,46,79); }
H1.HeaderClassName
{
color: #352E4F;
}
.AnyTagClassName
{
color: #352E4F;
}
</style>
background-color css
<style>
a { background-color: #352E4F; }
a { background-color: rgb(53,46,79); }
div.DivClassName
{
background-color: #352E4F;
}
.BgClassName
{
background-color: #352E4F;
}
</style>
border-color css
<style>
span { border-color: #352E4F; }
span { border-color: rgb(53,46,79); }
td.TdClassName
{
border-color: #352E4F;
}
.TagClassName
{
border-color: #352E4F;
}
</style>