Shades of Cherry Pie #362654
Tints of Cherry Pie #362654
RGB
CMYK
RGB Variations
Color information
#362654 (or 0x362654) is known color: Cherry Pie. HEX triplet: 36, 26 and 54. RGB value is (54,38,84). Sum of RGB (Red+Green+Blue) = 54+38+84=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #362654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362654 is #C9D9AB. Grayscale: #2F2F2F. Windows color (decimal): -13228460 or 5514806. OLE color: 5514806.
HSL color Cylindrical-coordinate representation of color #362654: hue angle of 260.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #362654 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 38 | 84 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.67 |
| HSL | 260.87º | 0.38% | 0.24% | - |
| HSV(B) | 260.87º | 0.55% | 0.33% | - |
| XYZ | 3.81 | 2.81 | 8.73 | - |
| YUV | 48.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 84 | 0.36 | 0.55 | 0 | 0.67 | 260.87 | 0.38 | 0.24 |
| Hex | 36 | 26 | 54 | 24 | 37 | 0 | 43 | 105 | 26 | 18 |
| Octal | 66 | 46 | 124 | 44 | 67 | 0 | 103 | 405 | 46 | 30 |
| Binary | 110110 | 100110 | 1010100 | 100100 | 110111 | 0 | 1000011 | 100000101 | 100110 | 11000 |
Color Harmonies of #362654
Complementary color
Monochromatic Colors of #362654
Black with #362654
Text Example
Text Example
White with #362654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362654; }
p { color: rgb(54,38,84); }
H1.HeaderClassName
{
color: #362654;
}
.AnyTagClassName
{
color: #362654;
}
</style>
background-color css
<style>
a { background-color: #362654; }
a { background-color: rgb(54,38,84); }
div.DivClassName
{
background-color: #362654;
}
.BgClassName
{
background-color: #362654;
}
</style>
border-color css
<style>
span { border-color: #362654; }
span { border-color: rgb(54,38,84); }
td.TdClassName
{
border-color: #362654;
}
.TagClassName
{
border-color: #362654;
}
</style>