Shades of Cherry Pie #3C3354
Tints of Cherry Pie #3C3354
RGB
CMYK
RGB Variations
Color information
#3C3354 (or 0x3C3354) is known color: Cherry Pie. HEX triplet: 3C, 33 and 54. RGB value is (60,51,84). Sum of RGB (Red+Green+Blue) = 60+51+84=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C3354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3354 is #C3CCAB. Grayscale: #393939. Windows color (decimal): -12831916 or 5518140. OLE color: 5518140.
HSL color Cylindrical-coordinate representation of color #3C3354: hue angle of 256.36º 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 #3C3354 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 51 | 84 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.67 |
| HSL | 256.36º | 0.24% | 0.26% | - |
| HSV(B) | 256.36º | 0.39% | 0.33% | - |
| XYZ | 4.65 | 3.97 | 8.91 | - |
| YUV | 57.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 84 | 0.29 | 0.39 | 0 | 0.67 | 256.36 | 0.24 | 0.26 |
| Hex | 3C | 33 | 54 | 1D | 27 | 0 | 43 | 100 | 18 | 1A |
| Octal | 74 | 63 | 124 | 35 | 47 | 0 | 103 | 400 | 30 | 32 |
| Binary | 111100 | 110011 | 1010100 | 11101 | 100111 | 0 | 1000011 | 100000000 | 11000 | 11010 |
Color Harmonies of #3C3354
Complementary color
Monochromatic Colors of #3C3354
Black with #3C3354
Text Example
Text Example
White with #3C3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3354; }
p { color: rgb(60,51,84); }
H1.HeaderClassName
{
color: #3C3354;
}
.AnyTagClassName
{
color: #3C3354;
}
</style>
background-color css
<style>
a { background-color: #3C3354; }
a { background-color: rgb(60,51,84); }
div.DivClassName
{
background-color: #3C3354;
}
.BgClassName
{
background-color: #3C3354;
}
</style>
border-color css
<style>
span { border-color: #3C3354; }
span { border-color: rgb(60,51,84); }
td.TdClassName
{
border-color: #3C3354;
}
.TagClassName
{
border-color: #3C3354;
}
</style>