Shades of Cherry Pie #35304E
Tints of Cherry Pie #35304E
RGB
CMYK
RGB Variations
Color information
#35304E (or 0x35304E) is known color: Cherry Pie. HEX triplet: 35, 30 and 4E. RGB value is (53,48,78). Sum of RGB (Red+Green+Blue) = 53+48+78=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #35304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35304E is #CACFB1. Grayscale: #343434. Windows color (decimal): -13291442 or 5124149. OLE color: 5124149.
HSL color Cylindrical-coordinate representation of color #35304E: hue angle of 250º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35304E is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 48 | 78 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.69 |
| HSL | 250º | 0.24% | 0.25% | - |
| HSV(B) | 250º | 0.38% | 0.31% | - |
| XYZ | 3.9 | 3.42 | 7.66 | - |
| YUV | 52.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 78 | 0.32 | 0.38 | 0 | 0.69 | 250 | 0.24 | 0.25 |
| Hex | 35 | 30 | 4E | 20 | 26 | 0 | 45 | FA | 18 | 19 |
| Octal | 65 | 60 | 116 | 40 | 46 | 0 | 105 | 372 | 30 | 31 |
| Binary | 110101 | 110000 | 1001110 | 100000 | 100110 | 0 | 1000101 | 11111010 | 11000 | 11001 |
Color Harmonies of #35304E
Complementary color
Monochromatic Colors of #35304E
Black with #35304E
Text Example
Text Example
White with #35304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35304E; }
p { color: rgb(53,48,78); }
H1.HeaderClassName
{
color: #35304E;
}
.AnyTagClassName
{
color: #35304E;
}
</style>
background-color css
<style>
a { background-color: #35304E; }
a { background-color: rgb(53,48,78); }
div.DivClassName
{
background-color: #35304E;
}
.BgClassName
{
background-color: #35304E;
}
</style>
border-color css
<style>
span { border-color: #35304E; }
span { border-color: rgb(53,48,78); }
td.TdClassName
{
border-color: #35304E;
}
.TagClassName
{
border-color: #35304E;
}
</style>