Shades of Cherry Pie #34294C
Tints of Cherry Pie #34294C
RGB
CMYK
RGB Variations
Color information
#34294C (or 0x34294C) is known color: Cherry Pie. HEX triplet: 34, 29 and 4C. RGB value is (52,41,76). Sum of RGB (Red+Green+Blue) = 52+41+76=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #34294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34294C is #CBD6B3. Grayscale: #303030. Windows color (decimal): -13358772 or 4991284. OLE color: 4991284.
HSL color Cylindrical-coordinate representation of color #34294C: hue angle of 258.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34294C is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 41 | 76 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.70 |
| HSL | 258.86º | 0.3% | 0.23% | - |
| HSV(B) | 258.86º | 0.46% | 0.3% | - |
| XYZ | 3.51 | 2.84 | 7.2 | - |
| YUV | 48.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 41 | 76 | 0.32 | 0.46 | 0 | 0.70 | 258.86 | 0.3 | 0.23 |
| Hex | 34 | 29 | 4C | 20 | 2E | 0 | 46 | 103 | 1E | 17 |
| Octal | 64 | 51 | 114 | 40 | 56 | 0 | 106 | 403 | 36 | 27 |
| Binary | 110100 | 101001 | 1001100 | 100000 | 101110 | 0 | 1000110 | 100000011 | 11110 | 10111 |
Color Harmonies of #34294C
Complementary color
Monochromatic Colors of #34294C
Black with #34294C
Text Example
Text Example
White with #34294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34294C; }
p { color: rgb(52,41,76); }
H1.HeaderClassName
{
color: #34294C;
}
.AnyTagClassName
{
color: #34294C;
}
</style>
background-color css
<style>
a { background-color: #34294C; }
a { background-color: rgb(52,41,76); }
div.DivClassName
{
background-color: #34294C;
}
.BgClassName
{
background-color: #34294C;
}
</style>
border-color css
<style>
span { border-color: #34294C; }
span { border-color: rgb(52,41,76); }
td.TdClassName
{
border-color: #34294C;
}
.TagClassName
{
border-color: #34294C;
}
</style>