Shades of Cherry Pie #363154
Tints of Cherry Pie #363154
RGB
CMYK
RGB Variations
Color information
#363154 (or 0x363154) is known color: Cherry Pie. HEX triplet: 36, 31 and 54. RGB value is (54,49,84). Sum of RGB (Red+Green+Blue) = 54+49+84=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #363154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363154 is #C9CEAB. Grayscale: #363636. Windows color (decimal): -13225644 or 5517622. OLE color: 5517622.
HSL color Cylindrical-coordinate representation of color #363154: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #363154 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 49 | 84 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.67 |
| HSL | 248.57º | 0.26% | 0.26% | - |
| HSV(B) | 248.57º | 0.42% | 0.33% | - |
| XYZ | 4.22 | 3.62 | 8.86 | - |
| YUV | 54.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 84 | 0.36 | 0.42 | 0 | 0.67 | 248.57 | 0.26 | 0.26 |
| Hex | 36 | 31 | 54 | 24 | 2A | 0 | 43 | F9 | 1A | 1A |
| Octal | 66 | 61 | 124 | 44 | 52 | 0 | 103 | 371 | 32 | 32 |
| Binary | 110110 | 110001 | 1010100 | 100100 | 101010 | 0 | 1000011 | 11111001 | 11010 | 11010 |
Color Harmonies of #363154
Complementary color
Monochromatic Colors of #363154
Black with #363154
Text Example
Text Example
White with #363154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363154; }
p { color: rgb(54,49,84); }
H1.HeaderClassName
{
color: #363154;
}
.AnyTagClassName
{
color: #363154;
}
</style>
background-color css
<style>
a { background-color: #363154; }
a { background-color: rgb(54,49,84); }
div.DivClassName
{
background-color: #363154;
}
.BgClassName
{
background-color: #363154;
}
</style>
border-color css
<style>
span { border-color: #363154; }
span { border-color: rgb(54,49,84); }
td.TdClassName
{
border-color: #363154;
}
.TagClassName
{
border-color: #363154;
}
</style>