Shades of Cherry Pie #362B4E
Tints of Cherry Pie #362B4E
RGB
CMYK
RGB Variations
Color information
#362B4E (or 0x362B4E) is known color: Cherry Pie. HEX triplet: 36, 2B and 4E. RGB value is (54,43,78). Sum of RGB (Red+Green+Blue) = 54+43+78=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #362B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B4E is #C9D4B1. Grayscale: #323232. Windows color (decimal): -13227186 or 5122870. OLE color: 5122870.
HSL color Cylindrical-coordinate representation of color #362B4E: hue angle of 258.86º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362B4E is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 43 | 78 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.69 |
| HSL | 258.86º | 0.29% | 0.24% | - |
| HSV(B) | 258.86º | 0.45% | 0.31% | - |
| XYZ | 3.76 | 3.06 | 7.6 | - |
| YUV | 50.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 78 | 0.31 | 0.45 | 0 | 0.69 | 258.86 | 0.29 | 0.24 |
| Hex | 36 | 2B | 4E | 1F | 2D | 0 | 45 | 103 | 1D | 18 |
| Octal | 66 | 53 | 116 | 37 | 55 | 0 | 105 | 403 | 35 | 30 |
| Binary | 110110 | 101011 | 1001110 | 11111 | 101101 | 0 | 1000101 | 100000011 | 11101 | 11000 |
Color Harmonies of #362B4E
Complementary color
Monochromatic Colors of #362B4E
Black with #362B4E
Text Example
Text Example
White with #362B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B4E; }
p { color: rgb(54,43,78); }
H1.HeaderClassName
{
color: #362B4E;
}
.AnyTagClassName
{
color: #362B4E;
}
</style>
background-color css
<style>
a { background-color: #362B4E; }
a { background-color: rgb(54,43,78); }
div.DivClassName
{
background-color: #362B4E;
}
.BgClassName
{
background-color: #362B4E;
}
</style>
border-color css
<style>
span { border-color: #362B4E; }
span { border-color: rgb(54,43,78); }
td.TdClassName
{
border-color: #362B4E;
}
.TagClassName
{
border-color: #362B4E;
}
</style>