Shades of Cherry Pie #36304D
Tints of Cherry Pie #36304D
RGB
CMYK
RGB Variations
Color information
#36304D (or 0x36304D) is known color: Cherry Pie. HEX triplet: 36, 30 and 4D. RGB value is (54,48,77). Sum of RGB (Red+Green+Blue) = 54+48+77=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #36304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36304D is #C9CFB2. Grayscale: #343434. Windows color (decimal): -13225907 or 5058614. OLE color: 5058614.
HSL color Cylindrical-coordinate representation of color #36304D: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36304D is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 48 | 77 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.70 |
| HSL | 252.41º | 0.23% | 0.25% | - |
| HSV(B) | 252.41º | 0.38% | 0.3% | - |
| XYZ | 3.92 | 3.43 | 7.48 | - |
| YUV | 53.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 77 | 0.30 | 0.38 | 0 | 0.70 | 252.41 | 0.23 | 0.25 |
| Hex | 36 | 30 | 4D | 1E | 26 | 0 | 46 | FC | 17 | 19 |
| Octal | 66 | 60 | 115 | 36 | 46 | 0 | 106 | 374 | 27 | 31 |
| Binary | 110110 | 110000 | 1001101 | 11110 | 100110 | 0 | 1000110 | 11111100 | 10111 | 11001 |
Color Harmonies of #36304D
Complementary color
Monochromatic Colors of #36304D
Black with #36304D
Text Example
Text Example
White with #36304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36304D; }
p { color: rgb(54,48,77); }
H1.HeaderClassName
{
color: #36304D;
}
.AnyTagClassName
{
color: #36304D;
}
</style>
background-color css
<style>
a { background-color: #36304D; }
a { background-color: rgb(54,48,77); }
div.DivClassName
{
background-color: #36304D;
}
.BgClassName
{
background-color: #36304D;
}
</style>
border-color css
<style>
span { border-color: #36304D; }
span { border-color: rgb(54,48,77); }
td.TdClassName
{
border-color: #36304D;
}
.TagClassName
{
border-color: #36304D;
}
</style>