Shades of Cherry Pie #38334E
Tints of Cherry Pie #38334E
RGB
CMYK
RGB Variations
Color information
#38334E (or 0x38334E) is known color: Cherry Pie. HEX triplet: 38, 33 and 4E. RGB value is (56,51,78). Sum of RGB (Red+Green+Blue) = 56+51+78=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #38334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38334E is #C7CCB1. Grayscale: #373737. Windows color (decimal): -13094066 or 5124920. OLE color: 5124920.
HSL color Cylindrical-coordinate representation of color #38334E: hue angle of 251.11º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38334E is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 51 | 78 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.69 |
| HSL | 251.11º | 0.21% | 0.25% | - |
| HSV(B) | 251.11º | 0.35% | 0.31% | - |
| XYZ | 4.19 | 3.76 | 7.71 | - |
| YUV | 55.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 78 | 0.28 | 0.35 | 0 | 0.69 | 251.11 | 0.21 | 0.25 |
| Hex | 38 | 33 | 4E | 1C | 23 | 0 | 45 | FB | 15 | 19 |
| Octal | 70 | 63 | 116 | 34 | 43 | 0 | 105 | 373 | 25 | 31 |
| Binary | 111000 | 110011 | 1001110 | 11100 | 100011 | 0 | 1000101 | 11111011 | 10101 | 11001 |
Color Harmonies of #38334E
Complementary color
Monochromatic Colors of #38334E
Black with #38334E
Text Example
Text Example
White with #38334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38334E; }
p { color: rgb(56,51,78); }
H1.HeaderClassName
{
color: #38334E;
}
.AnyTagClassName
{
color: #38334E;
}
</style>
background-color css
<style>
a { background-color: #38334E; }
a { background-color: rgb(56,51,78); }
div.DivClassName
{
background-color: #38334E;
}
.BgClassName
{
background-color: #38334E;
}
</style>
border-color css
<style>
span { border-color: #38334E; }
span { border-color: rgb(56,51,78); }
td.TdClassName
{
border-color: #38334E;
}
.TagClassName
{
border-color: #38334E;
}
</style>