Shades of Cherry Pie #38294E
Tints of Cherry Pie #38294E
RGB
CMYK
RGB Variations
Color information
#38294E (or 0x38294E) is known color: Cherry Pie. HEX triplet: 38, 29 and 4E. RGB value is (56,41,78). Sum of RGB (Red+Green+Blue) = 56+41+78=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 41 (16.41% from 255 or 23.43% 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 #38294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38294E is #C7D6B1. Grayscale: #313131. Windows color (decimal): -13096626 or 5122360. OLE color: 5122360.
HSL color Cylindrical-coordinate representation of color #38294E: hue angle of 264.32º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38294E is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 41 | 78 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.69 |
| HSL | 264.32º | 0.31% | 0.23% | - |
| HSV(B) | 264.32º | 0.47% | 0.31% | - |
| XYZ | 3.8 | 2.98 | 7.58 | - |
| YUV | 49.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 78 | 0.28 | 0.47 | 0 | 0.69 | 264.32 | 0.31 | 0.23 |
| Hex | 38 | 29 | 4E | 1C | 2F | 0 | 45 | 108 | 1F | 17 |
| Octal | 70 | 51 | 116 | 34 | 57 | 0 | 105 | 410 | 37 | 27 |
| Binary | 111000 | 101001 | 1001110 | 11100 | 101111 | 0 | 1000101 | 100001000 | 11111 | 10111 |
Color Harmonies of #38294E
Complementary color
Monochromatic Colors of #38294E
Black with #38294E
Text Example
Text Example
White with #38294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38294E; }
p { color: rgb(56,41,78); }
H1.HeaderClassName
{
color: #38294E;
}
.AnyTagClassName
{
color: #38294E;
}
</style>
background-color css
<style>
a { background-color: #38294E; }
a { background-color: rgb(56,41,78); }
div.DivClassName
{
background-color: #38294E;
}
.BgClassName
{
background-color: #38294E;
}
</style>
border-color css
<style>
span { border-color: #38294E; }
span { border-color: rgb(56,41,78); }
td.TdClassName
{
border-color: #38294E;
}
.TagClassName
{
border-color: #38294E;
}
</style>