Shades of Cherry Pie #3C2E53
Tints of Cherry Pie #3C2E53
RGB
CMYK
RGB Variations
Color information
#3C2E53 (or 0x3C2E53) is known color: Cherry Pie. HEX triplet: 3C, 2E and 53. RGB value is (60,46,83). Sum of RGB (Red+Green+Blue) = 60+46+83=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E53 is #C3D1AC. Grayscale: #363636. Windows color (decimal): -12833197 or 5451324. OLE color: 5451324.
HSL color Cylindrical-coordinate representation of color #3C2E53: hue angle of 262.7º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2E53 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 46 | 83 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.67 |
| HSL | 262.7º | 0.29% | 0.25% | - |
| HSV(B) | 262.7º | 0.45% | 0.33% | - |
| XYZ | 4.4 | 3.54 | 8.63 | - |
| YUV | 54.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 83 | 0.28 | 0.45 | 0 | 0.67 | 262.7 | 0.29 | 0.25 |
| Hex | 3C | 2E | 53 | 1C | 2D | 0 | 43 | 107 | 1D | 19 |
| Octal | 74 | 56 | 123 | 34 | 55 | 0 | 103 | 407 | 35 | 31 |
| Binary | 111100 | 101110 | 1010011 | 11100 | 101101 | 0 | 1000011 | 100000111 | 11101 | 11001 |
Color Harmonies of #3C2E53
Complementary color
Monochromatic Colors of #3C2E53
Black with #3C2E53
Text Example
Text Example
White with #3C2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E53; }
p { color: rgb(60,46,83); }
H1.HeaderClassName
{
color: #3C2E53;
}
.AnyTagClassName
{
color: #3C2E53;
}
</style>
background-color css
<style>
a { background-color: #3C2E53; }
a { background-color: rgb(60,46,83); }
div.DivClassName
{
background-color: #3C2E53;
}
.BgClassName
{
background-color: #3C2E53;
}
</style>
border-color css
<style>
span { border-color: #3C2E53; }
span { border-color: rgb(60,46,83); }
td.TdClassName
{
border-color: #3C2E53;
}
.TagClassName
{
border-color: #3C2E53;
}
</style>