Shades of Cherry Pie #3A3454
Tints of Cherry Pie #3A3454
RGB
CMYK
RGB Variations
Color information
#3A3454 (or 0x3A3454) is known color: Cherry Pie. HEX triplet: 3A, 34 and 54. RGB value is (58,52,84). Sum of RGB (Red+Green+Blue) = 58+52+84=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3454 is #C5CBAB. Grayscale: #393939. Windows color (decimal): -12962732 or 5518394. OLE color: 5518394.
HSL color Cylindrical-coordinate representation of color #3A3454: hue angle of 251.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3454 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 52 | 84 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.67 |
| HSL | 251.25º | 0.24% | 0.27% | - |
| HSV(B) | 251.25º | 0.38% | 0.33% | - |
| XYZ | 4.57 | 4 | 8.92 | - |
| YUV | 57.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 84 | 0.31 | 0.38 | 0 | 0.67 | 251.25 | 0.24 | 0.27 |
| Hex | 3A | 34 | 54 | 1F | 26 | 0 | 43 | FB | 18 | 1B |
| Octal | 72 | 64 | 124 | 37 | 46 | 0 | 103 | 373 | 30 | 33 |
| Binary | 111010 | 110100 | 1010100 | 11111 | 100110 | 0 | 1000011 | 11111011 | 11000 | 11011 |
Color Harmonies of #3A3454
Complementary color
Monochromatic Colors of #3A3454
Black with #3A3454
Text Example
Text Example
White with #3A3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3454; }
p { color: rgb(58,52,84); }
H1.HeaderClassName
{
color: #3A3454;
}
.AnyTagClassName
{
color: #3A3454;
}
</style>
background-color css
<style>
a { background-color: #3A3454; }
a { background-color: rgb(58,52,84); }
div.DivClassName
{
background-color: #3A3454;
}
.BgClassName
{
background-color: #3A3454;
}
</style>
border-color css
<style>
span { border-color: #3A3454; }
span { border-color: rgb(58,52,84); }
td.TdClassName
{
border-color: #3A3454;
}
.TagClassName
{
border-color: #3A3454;
}
</style>