Shades of Cherry Pie #35295A
Tints of Cherry Pie #35295A
RGB
CMYK
RGB Variations
Color information
#35295A (or 0x35295A) is known color: Cherry Pie. HEX triplet: 35, 29 and 5A. RGB value is (53,41,90). Sum of RGB (Red+Green+Blue) = 53+41+90=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #35295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35295A is #CAD6A5. Grayscale: #313131. Windows color (decimal): -13293222 or 5908789. OLE color: 5908789.
HSL color Cylindrical-coordinate representation of color #35295A: hue angle of 254.69º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35295A is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 41 | 90 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.65 |
| HSL | 254.69º | 0.37% | 0.26% | - |
| HSV(B) | 254.69º | 0.54% | 0.35% | - |
| XYZ | 4.11 | 3.08 | 10.05 | - |
| YUV | 50.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 90 | 0.41 | 0.54 | 0 | 0.65 | 254.69 | 0.37 | 0.26 |
| Hex | 35 | 29 | 5A | 29 | 36 | 0 | 41 | FF | 25 | 1A |
| Octal | 65 | 51 | 132 | 51 | 66 | 0 | 101 | 377 | 45 | 32 |
| Binary | 110101 | 101001 | 1011010 | 101001 | 110110 | 0 | 1000001 | 11111111 | 100101 | 11010 |
Color Harmonies of #35295A
Complementary color
Monochromatic Colors of #35295A
Black with #35295A
Text Example
Text Example
White with #35295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35295A; }
p { color: rgb(53,41,90); }
H1.HeaderClassName
{
color: #35295A;
}
.AnyTagClassName
{
color: #35295A;
}
</style>
background-color css
<style>
a { background-color: #35295A; }
a { background-color: rgb(53,41,90); }
div.DivClassName
{
background-color: #35295A;
}
.BgClassName
{
background-color: #35295A;
}
</style>
border-color css
<style>
span { border-color: #35295A; }
span { border-color: rgb(53,41,90); }
td.TdClassName
{
border-color: #35295A;
}
.TagClassName
{
border-color: #35295A;
}
</style>