Shades of Cherry Pie #3E3054
Tints of Cherry Pie #3E3054
RGB
CMYK
RGB Variations
Color information
#3E3054 (or 0x3E3054) is known color: Cherry Pie. HEX triplet: 3E, 30 and 54. RGB value is (62,48,84). Sum of RGB (Red+Green+Blue) = 62+48+84=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3054 is #C1CFAB. Grayscale: #383838. Windows color (decimal): -12701612 or 5517374. OLE color: 5517374.
HSL color Cylindrical-coordinate representation of color #3E3054: hue angle of 263.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3054 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 48 | 84 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.67 |
| HSL | 263.33º | 0.27% | 0.26% | - |
| HSV(B) | 263.33º | 0.43% | 0.33% | - |
| XYZ | 4.64 | 3.78 | 8.87 | - |
| YUV | 56.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 84 | 0.26 | 0.43 | 0 | 0.67 | 263.33 | 0.27 | 0.26 |
| Hex | 3E | 30 | 54 | 1A | 2B | 0 | 43 | 107 | 1B | 1A |
| Octal | 76 | 60 | 124 | 32 | 53 | 0 | 103 | 407 | 33 | 32 |
| Binary | 111110 | 110000 | 1010100 | 11010 | 101011 | 0 | 1000011 | 100000111 | 11011 | 11010 |
Color Harmonies of #3E3054
Complementary color
Monochromatic Colors of #3E3054
Black with #3E3054
Text Example
Text Example
White with #3E3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3054; }
p { color: rgb(62,48,84); }
H1.HeaderClassName
{
color: #3E3054;
}
.AnyTagClassName
{
color: #3E3054;
}
</style>
background-color css
<style>
a { background-color: #3E3054; }
a { background-color: rgb(62,48,84); }
div.DivClassName
{
background-color: #3E3054;
}
.BgClassName
{
background-color: #3E3054;
}
</style>
border-color css
<style>
span { border-color: #3E3054; }
span { border-color: rgb(62,48,84); }
td.TdClassName
{
border-color: #3E3054;
}
.TagClassName
{
border-color: #3E3054;
}
</style>