Shades of Cherry Pie #3E3354
Tints of Cherry Pie #3E3354
RGB
CMYK
RGB Variations
Color information
#3E3354 (or 0x3E3354) is known color: Cherry Pie. HEX triplet: 3E, 33 and 54. RGB value is (62,51,84). Sum of RGB (Red+Green+Blue) = 62+51+84=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3354 is #C1CCAB. Grayscale: #393939. Windows color (decimal): -12700844 or 5518142. OLE color: 5518142.
HSL color Cylindrical-coordinate representation of color #3E3354: hue angle of 260º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3354 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 51 | 84 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.67 |
| HSL | 260º | 0.24% | 0.26% | - |
| HSV(B) | 260º | 0.39% | 0.33% | - |
| XYZ | 4.77 | 4.03 | 8.91 | - |
| YUV | 58.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 84 | 0.26 | 0.39 | 0 | 0.67 | 260 | 0.24 | 0.26 |
| Hex | 3E | 33 | 54 | 1A | 27 | 0 | 43 | 104 | 18 | 1A |
| Octal | 76 | 63 | 124 | 32 | 47 | 0 | 103 | 404 | 30 | 32 |
| Binary | 111110 | 110011 | 1010100 | 11010 | 100111 | 0 | 1000011 | 100000100 | 11000 | 11010 |
Color Harmonies of #3E3354
Complementary color
Monochromatic Colors of #3E3354
Black with #3E3354
Text Example
Text Example
White with #3E3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3354; }
p { color: rgb(62,51,84); }
H1.HeaderClassName
{
color: #3E3354;
}
.AnyTagClassName
{
color: #3E3354;
}
</style>
background-color css
<style>
a { background-color: #3E3354; }
a { background-color: rgb(62,51,84); }
div.DivClassName
{
background-color: #3E3354;
}
.BgClassName
{
background-color: #3E3354;
}
</style>
border-color css
<style>
span { border-color: #3E3354; }
span { border-color: rgb(62,51,84); }
td.TdClassName
{
border-color: #3E3354;
}
.TagClassName
{
border-color: #3E3354;
}
</style>