Shades of Cherry Pie #362E53
Tints of Cherry Pie #362E53
RGB
CMYK
RGB Variations
Color information
#362E53 (or 0x362E53) is known color: Cherry Pie. HEX triplet: 36, 2E and 53. RGB value is (54,46,83). Sum of RGB (Red+Green+Blue) = 54+46+83=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #362E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E53 is #C9D1AC. Grayscale: #343434. Windows color (decimal): -13226413 or 5451318. OLE color: 5451318.
HSL color Cylindrical-coordinate representation of color #362E53: hue angle of 252.97º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362E53 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 46 | 83 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.67 |
| HSL | 252.97º | 0.29% | 0.25% | - |
| HSV(B) | 252.97º | 0.45% | 0.33% | - |
| XYZ | 4.06 | 3.36 | 8.62 | - |
| YUV | 52.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 83 | 0.35 | 0.45 | 0 | 0.67 | 252.97 | 0.29 | 0.25 |
| Hex | 36 | 2E | 53 | 23 | 2D | 0 | 43 | FD | 1D | 19 |
| Octal | 66 | 56 | 123 | 43 | 55 | 0 | 103 | 375 | 35 | 31 |
| Binary | 110110 | 101110 | 1010011 | 100011 | 101101 | 0 | 1000011 | 11111101 | 11101 | 11001 |
Color Harmonies of #362E53
Complementary color
Monochromatic Colors of #362E53
Black with #362E53
Text Example
Text Example
White with #362E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E53; }
p { color: rgb(54,46,83); }
H1.HeaderClassName
{
color: #362E53;
}
.AnyTagClassName
{
color: #362E53;
}
</style>
background-color css
<style>
a { background-color: #362E53; }
a { background-color: rgb(54,46,83); }
div.DivClassName
{
background-color: #362E53;
}
.BgClassName
{
background-color: #362E53;
}
</style>
border-color css
<style>
span { border-color: #362E53; }
span { border-color: rgb(54,46,83); }
td.TdClassName
{
border-color: #362E53;
}
.TagClassName
{
border-color: #362E53;
}
</style>