Shades of Cherry Pie #35285A
Tints of Cherry Pie #35285A
RGB
CMYK
RGB Variations
Color information
#35285A (or 0x35285A) is known color: Cherry Pie. HEX triplet: 35, 28 and 5A. RGB value is (53,40,90). Sum of RGB (Red+Green+Blue) = 53+40+90=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #35285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35285A is #CAD7A5. Grayscale: #313131. Windows color (decimal): -13293478 or 5908533. OLE color: 5908533.
HSL color Cylindrical-coordinate representation of color #35285A: hue angle of 255.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35285A is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 40 | 90 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.65 |
| HSL | 255.6º | 0.38% | 0.25% | - |
| HSV(B) | 255.6º | 0.56% | 0.35% | - |
| XYZ | 4.07 | 3.01 | 10.04 | - |
| YUV | 49.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 90 | 0.41 | 0.56 | 0 | 0.65 | 255.6 | 0.38 | 0.25 |
| Hex | 35 | 28 | 5A | 29 | 38 | 0 | 41 | 100 | 26 | 19 |
| Octal | 65 | 50 | 132 | 51 | 70 | 0 | 101 | 400 | 46 | 31 |
| Binary | 110101 | 101000 | 1011010 | 101001 | 111000 | 0 | 1000001 | 100000000 | 100110 | 11001 |
Color Harmonies of #35285A
Complementary color
Monochromatic Colors of #35285A
Black with #35285A
Text Example
Text Example
White with #35285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35285A; }
p { color: rgb(53,40,90); }
H1.HeaderClassName
{
color: #35285A;
}
.AnyTagClassName
{
color: #35285A;
}
</style>
background-color css
<style>
a { background-color: #35285A; }
a { background-color: rgb(53,40,90); }
div.DivClassName
{
background-color: #35285A;
}
.BgClassName
{
background-color: #35285A;
}
</style>
border-color css
<style>
span { border-color: #35285A; }
span { border-color: rgb(53,40,90); }
td.TdClassName
{
border-color: #35285A;
}
.TagClassName
{
border-color: #35285A;
}
</style>