Shades of Cherry Pie #3A2C54
Tints of Cherry Pie #3A2C54
RGB
CMYK
RGB Variations
Color information
#3A2C54 (or 0x3A2C54) is known color: Cherry Pie. HEX triplet: 3A, 2C and 54. RGB value is (58,44,84). Sum of RGB (Red+Green+Blue) = 58+44+84=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A2C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C54 is #C5D3AB. Grayscale: #343434. Windows color (decimal): -12964780 or 5516346. OLE color: 5516346.
HSL color Cylindrical-coordinate representation of color #3A2C54: hue angle of 261º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A2C54 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 44 | 84 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.67 |
| HSL | 261º | 0.31% | 0.25% | - |
| HSV(B) | 261º | 0.48% | 0.33% | - |
| XYZ | 4.25 | 3.34 | 8.81 | - |
| YUV | 52.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 84 | 0.31 | 0.48 | 0 | 0.67 | 261 | 0.31 | 0.25 |
| Hex | 3A | 2C | 54 | 1F | 30 | 0 | 43 | 105 | 1F | 19 |
| Octal | 72 | 54 | 124 | 37 | 60 | 0 | 103 | 405 | 37 | 31 |
| Binary | 111010 | 101100 | 1010100 | 11111 | 110000 | 0 | 1000011 | 100000101 | 11111 | 11001 |
Color Harmonies of #3A2C54
Complementary color
Monochromatic Colors of #3A2C54
Black with #3A2C54
Text Example
Text Example
White with #3A2C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C54; }
p { color: rgb(58,44,84); }
H1.HeaderClassName
{
color: #3A2C54;
}
.AnyTagClassName
{
color: #3A2C54;
}
</style>
background-color css
<style>
a { background-color: #3A2C54; }
a { background-color: rgb(58,44,84); }
div.DivClassName
{
background-color: #3A2C54;
}
.BgClassName
{
background-color: #3A2C54;
}
</style>
border-color css
<style>
span { border-color: #3A2C54; }
span { border-color: rgb(58,44,84); }
td.TdClassName
{
border-color: #3A2C54;
}
.TagClassName
{
border-color: #3A2C54;
}
</style>