Shades of Cherry Pie #36295B
Tints of Cherry Pie #36295B
RGB
CMYK
RGB Variations
Color information
#36295B (or 0x36295B) is known color: Cherry Pie. HEX triplet: 36, 29 and 5B. RGB value is (54,41,91). Sum of RGB (Red+Green+Blue) = 54+41+91=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #36295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36295B is #C9D6A4. Grayscale: #323232. Windows color (decimal): -13227685 or 5974326. OLE color: 5974326.
HSL color Cylindrical-coordinate representation of color #36295B: hue angle of 255.6º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36295B is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 41 | 91 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.64 |
| HSL | 255.6º | 0.38% | 0.26% | - |
| HSV(B) | 255.6º | 0.55% | 0.36% | - |
| XYZ | 4.2 | 3.13 | 10.28 | - |
| YUV | 50.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 91 | 0.41 | 0.55 | 0 | 0.64 | 255.6 | 0.38 | 0.26 |
| Hex | 36 | 29 | 5B | 29 | 37 | 0 | 40 | 100 | 26 | 1A |
| Octal | 66 | 51 | 133 | 51 | 67 | 0 | 100 | 400 | 46 | 32 |
| Binary | 110110 | 101001 | 1011011 | 101001 | 110111 | 0 | 1000000 | 100000000 | 100110 | 11010 |
Color Harmonies of #36295B
Complementary color
Monochromatic Colors of #36295B
Black with #36295B
Text Example
Text Example
White with #36295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36295B; }
p { color: rgb(54,41,91); }
H1.HeaderClassName
{
color: #36295B;
}
.AnyTagClassName
{
color: #36295B;
}
</style>
background-color css
<style>
a { background-color: #36295B; }
a { background-color: rgb(54,41,91); }
div.DivClassName
{
background-color: #36295B;
}
.BgClassName
{
background-color: #36295B;
}
</style>
border-color css
<style>
span { border-color: #36295B; }
span { border-color: rgb(54,41,91); }
td.TdClassName
{
border-color: #36295B;
}
.TagClassName
{
border-color: #36295B;
}
</style>