Shades of Cherry Pie #362554
Tints of Cherry Pie #362554
RGB
CMYK
RGB Variations
Color information
#362554 (or 0x362554) is known color: Cherry Pie. HEX triplet: 36, 25 and 54. RGB value is (54,37,84). Sum of RGB (Red+Green+Blue) = 54+37+84=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #362554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362554 is #C9DAAB. Grayscale: #2F2F2F. Windows color (decimal): -13228716 or 5514550. OLE color: 5514550.
HSL color Cylindrical-coordinate representation of color #362554: hue angle of 261.7º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362554 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 37 | 84 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.67 |
| HSL | 261.7º | 0.39% | 0.24% | - |
| HSV(B) | 261.7º | 0.56% | 0.33% | - |
| XYZ | 3.78 | 2.75 | 8.72 | - |
| YUV | 47.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 84 | 0.36 | 0.56 | 0 | 0.67 | 261.7 | 0.39 | 0.24 |
| Hex | 36 | 25 | 54 | 24 | 38 | 0 | 43 | 106 | 27 | 18 |
| Octal | 66 | 45 | 124 | 44 | 70 | 0 | 103 | 406 | 47 | 30 |
| Binary | 110110 | 100101 | 1010100 | 100100 | 111000 | 0 | 1000011 | 100000110 | 100111 | 11000 |
Color Harmonies of #362554
Complementary color
Monochromatic Colors of #362554
Black with #362554
Text Example
Text Example
White with #362554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362554; }
p { color: rgb(54,37,84); }
H1.HeaderClassName
{
color: #362554;
}
.AnyTagClassName
{
color: #362554;
}
</style>
background-color css
<style>
a { background-color: #362554; }
a { background-color: rgb(54,37,84); }
div.DivClassName
{
background-color: #362554;
}
.BgClassName
{
background-color: #362554;
}
</style>
border-color css
<style>
span { border-color: #362554; }
span { border-color: rgb(54,37,84); }
td.TdClassName
{
border-color: #362554;
}
.TagClassName
{
border-color: #362554;
}
</style>