Shades of Cherry Pie #362E50
Tints of Cherry Pie #362E50
RGB
CMYK
RGB Variations
Color information
#362E50 (or 0x362E50) is known color: Cherry Pie. HEX triplet: 36, 2E and 50. RGB value is (54,46,80). Sum of RGB (Red+Green+Blue) = 54+46+80=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #362E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E50 is #C9D1AF. Grayscale: #343434. Windows color (decimal): -13226416 or 5254710. OLE color: 5254710.
HSL color Cylindrical-coordinate representation of color #362E50: hue angle of 254.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362E50 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 46 | 80 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.69 |
| HSL | 254.12º | 0.27% | 0.25% | - |
| HSV(B) | 254.12º | 0.43% | 0.31% | - |
| XYZ | 3.95 | 3.32 | 8.02 | - |
| YUV | 52.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 80 | 0.33 | 0.42 | 0 | 0.69 | 254.12 | 0.27 | 0.25 |
| Hex | 36 | 2E | 50 | 21 | 2A | 0 | 45 | FE | 1B | 19 |
| Octal | 66 | 56 | 120 | 41 | 52 | 0 | 105 | 376 | 33 | 31 |
| Binary | 110110 | 101110 | 1010000 | 100001 | 101010 | 0 | 1000101 | 11111110 | 11011 | 11001 |
Color Harmonies of #362E50
Complementary color
Monochromatic Colors of #362E50
Black with #362E50
Text Example
Text Example
White with #362E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E50; }
p { color: rgb(54,46,80); }
H1.HeaderClassName
{
color: #362E50;
}
.AnyTagClassName
{
color: #362E50;
}
</style>
background-color css
<style>
a { background-color: #362E50; }
a { background-color: rgb(54,46,80); }
div.DivClassName
{
background-color: #362E50;
}
.BgClassName
{
background-color: #362E50;
}
</style>
border-color css
<style>
span { border-color: #362E50; }
span { border-color: rgb(54,46,80); }
td.TdClassName
{
border-color: #362E50;
}
.TagClassName
{
border-color: #362E50;
}
</style>