Shades of Cherry Pie #38294D
Tints of Cherry Pie #38294D
RGB
CMYK
RGB Variations
Color information
#38294D (or 0x38294D) is known color: Cherry Pie. HEX triplet: 38, 29 and 4D. RGB value is (56,41,77). Sum of RGB (Red+Green+Blue) = 56+41+77=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #38294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38294D is #C7D6B2. Grayscale: #313131. Windows color (decimal): -13096627 or 5056824. OLE color: 5056824.
HSL color Cylindrical-coordinate representation of color #38294D: hue angle of 265º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38294D is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 41 | 77 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.70 |
| HSL | 265º | 0.31% | 0.23% | - |
| HSV(B) | 265º | 0.47% | 0.3% | - |
| XYZ | 3.76 | 2.96 | 7.39 | - |
| YUV | 49.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 77 | 0.27 | 0.47 | 0 | 0.70 | 265 | 0.31 | 0.23 |
| Hex | 38 | 29 | 4D | 1B | 2F | 0 | 46 | 109 | 1F | 17 |
| Octal | 70 | 51 | 115 | 33 | 57 | 0 | 106 | 411 | 37 | 27 |
| Binary | 111000 | 101001 | 1001101 | 11011 | 101111 | 0 | 1000110 | 100001001 | 11111 | 10111 |
Color Harmonies of #38294D
Complementary color
Monochromatic Colors of #38294D
Black with #38294D
Text Example
Text Example
White with #38294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38294D; }
p { color: rgb(56,41,77); }
H1.HeaderClassName
{
color: #38294D;
}
.AnyTagClassName
{
color: #38294D;
}
</style>
background-color css
<style>
a { background-color: #38294D; }
a { background-color: rgb(56,41,77); }
div.DivClassName
{
background-color: #38294D;
}
.BgClassName
{
background-color: #38294D;
}
</style>
border-color css
<style>
span { border-color: #38294D; }
span { border-color: rgb(56,41,77); }
td.TdClassName
{
border-color: #38294D;
}
.TagClassName
{
border-color: #38294D;
}
</style>