Shades of Cherry Pie #3E3254
Tints of Cherry Pie #3E3254
RGB
CMYK
RGB Variations
Color information
#3E3254 (or 0x3E3254) is known color: Cherry Pie. HEX triplet: 3E, 32 and 54. RGB value is (62,50,84). Sum of RGB (Red+Green+Blue) = 62+50+84=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3254 is #C1CDAB. Grayscale: #393939. Windows color (decimal): -12701100 or 5517886. OLE color: 5517886.
HSL color Cylindrical-coordinate representation of color #3E3254: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3254 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 50 | 84 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.67 |
| HSL | 261.18º | 0.25% | 0.26% | - |
| HSV(B) | 261.18º | 0.4% | 0.33% | - |
| XYZ | 4.73 | 3.95 | 8.9 | - |
| YUV | 57.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 84 | 0.26 | 0.40 | 0 | 0.67 | 261.18 | 0.25 | 0.26 |
| Hex | 3E | 32 | 54 | 1A | 28 | 0 | 43 | 105 | 19 | 1A |
| Octal | 76 | 62 | 124 | 32 | 50 | 0 | 103 | 405 | 31 | 32 |
| Binary | 111110 | 110010 | 1010100 | 11010 | 101000 | 0 | 1000011 | 100000101 | 11001 | 11010 |
Color Harmonies of #3E3254
Complementary color
Monochromatic Colors of #3E3254
Black with #3E3254
Text Example
Text Example
White with #3E3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3254; }
p { color: rgb(62,50,84); }
H1.HeaderClassName
{
color: #3E3254;
}
.AnyTagClassName
{
color: #3E3254;
}
</style>
background-color css
<style>
a { background-color: #3E3254; }
a { background-color: rgb(62,50,84); }
div.DivClassName
{
background-color: #3E3254;
}
.BgClassName
{
background-color: #3E3254;
}
</style>
border-color css
<style>
span { border-color: #3E3254; }
span { border-color: rgb(62,50,84); }
td.TdClassName
{
border-color: #3E3254;
}
.TagClassName
{
border-color: #3E3254;
}
</style>