Shades of Cherry Pie #3C3155
Tints of Cherry Pie #3C3155
RGB
CMYK
RGB Variations
Color information
#3C3155 (or 0x3C3155) is known color: Cherry Pie. HEX triplet: 3C, 31 and 55. RGB value is (60,49,85). Sum of RGB (Red+Green+Blue) = 60+49+85=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3155 is #C3CEAA. Grayscale: #383838. Windows color (decimal): -12832427 or 5583164. OLE color: 5583164.
HSL color Cylindrical-coordinate representation of color #3C3155: hue angle of 258.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3155 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 49 | 85 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.67 |
| HSL | 258.33º | 0.27% | 0.26% | - |
| HSV(B) | 258.33º | 0.42% | 0.33% | - |
| XYZ | 4.6 | 3.81 | 9.09 | - |
| YUV | 56.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 85 | 0.29 | 0.42 | 0 | 0.67 | 258.33 | 0.27 | 0.26 |
| Hex | 3C | 31 | 55 | 1D | 2A | 0 | 43 | 102 | 1B | 1A |
| Octal | 74 | 61 | 125 | 35 | 52 | 0 | 103 | 402 | 33 | 32 |
| Binary | 111100 | 110001 | 1010101 | 11101 | 101010 | 0 | 1000011 | 100000010 | 11011 | 11010 |
Color Harmonies of #3C3155
Complementary color
Monochromatic Colors of #3C3155
Black with #3C3155
Text Example
Text Example
White with #3C3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3155; }
p { color: rgb(60,49,85); }
H1.HeaderClassName
{
color: #3C3155;
}
.AnyTagClassName
{
color: #3C3155;
}
</style>
background-color css
<style>
a { background-color: #3C3155; }
a { background-color: rgb(60,49,85); }
div.DivClassName
{
background-color: #3C3155;
}
.BgClassName
{
background-color: #3C3155;
}
</style>
border-color css
<style>
span { border-color: #3C3155; }
span { border-color: rgb(60,49,85); }
td.TdClassName
{
border-color: #3C3155;
}
.TagClassName
{
border-color: #3C3155;
}
</style>