Shades of Cherry Pie #372E54
Tints of Cherry Pie #372E54
RGB
CMYK
RGB Variations
Color information
#372E54 (or 0x372E54) is known color: Cherry Pie. HEX triplet: 37, 2E and 54. RGB value is (55,46,84). Sum of RGB (Red+Green+Blue) = 55+46+84=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #372E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E54 is #C8D1AB. Grayscale: #343434. Windows color (decimal): -13160876 or 5516855. OLE color: 5516855.
HSL color Cylindrical-coordinate representation of color #372E54: hue angle of 254.21º 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 #372E54 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 46 | 84 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.67 |
| HSL | 254.21º | 0.29% | 0.25% | - |
| HSV(B) | 254.21º | 0.45% | 0.33% | - |
| XYZ | 4.15 | 3.41 | 8.83 | - |
| YUV | 53.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 84 | 0.35 | 0.45 | 0 | 0.67 | 254.21 | 0.29 | 0.25 |
| Hex | 37 | 2E | 54 | 23 | 2D | 0 | 43 | FE | 1D | 19 |
| Octal | 67 | 56 | 124 | 43 | 55 | 0 | 103 | 376 | 35 | 31 |
| Binary | 110111 | 101110 | 1010100 | 100011 | 101101 | 0 | 1000011 | 11111110 | 11101 | 11001 |
Color Harmonies of #372E54
Complementary color
Monochromatic Colors of #372E54
Black with #372E54
Text Example
Text Example
White with #372E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E54; }
p { color: rgb(55,46,84); }
H1.HeaderClassName
{
color: #372E54;
}
.AnyTagClassName
{
color: #372E54;
}
</style>
background-color css
<style>
a { background-color: #372E54; }
a { background-color: rgb(55,46,84); }
div.DivClassName
{
background-color: #372E54;
}
.BgClassName
{
background-color: #372E54;
}
</style>
border-color css
<style>
span { border-color: #372E54; }
span { border-color: rgb(55,46,84); }
td.TdClassName
{
border-color: #372E54;
}
.TagClassName
{
border-color: #372E54;
}
</style>