Shades of Cherry Pie #343054
Tints of Cherry Pie #343054
RGB
CMYK
RGB Variations
Color information
#343054 (or 0x343054) is known color: Cherry Pie. HEX triplet: 34, 30 and 54. RGB value is (52,48,84). Sum of RGB (Red+Green+Blue) = 52+48+84=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #343054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343054 is #CBCFAB. Grayscale: #353535. Windows color (decimal): -13356972 or 5517364. OLE color: 5517364.
HSL color Cylindrical-coordinate representation of color #343054: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #343054 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 48 | 84 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.67 |
| HSL | 246.67º | 0.27% | 0.26% | - |
| HSV(B) | 246.67º | 0.43% | 0.33% | - |
| XYZ | 4.07 | 3.48 | 8.85 | - |
| YUV | 53.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 84 | 0.38 | 0.43 | 0 | 0.67 | 246.67 | 0.27 | 0.26 |
| Hex | 34 | 30 | 54 | 26 | 2B | 0 | 43 | F7 | 1B | 1A |
| Octal | 64 | 60 | 124 | 46 | 53 | 0 | 103 | 367 | 33 | 32 |
| Binary | 110100 | 110000 | 1010100 | 100110 | 101011 | 0 | 1000011 | 11110111 | 11011 | 11010 |
Color Harmonies of #343054
Complementary color
Monochromatic Colors of #343054
Black with #343054
Text Example
Text Example
White with #343054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343054; }
p { color: rgb(52,48,84); }
H1.HeaderClassName
{
color: #343054;
}
.AnyTagClassName
{
color: #343054;
}
</style>
background-color css
<style>
a { background-color: #343054; }
a { background-color: rgb(52,48,84); }
div.DivClassName
{
background-color: #343054;
}
.BgClassName
{
background-color: #343054;
}
</style>
border-color css
<style>
span { border-color: #343054; }
span { border-color: rgb(52,48,84); }
td.TdClassName
{
border-color: #343054;
}
.TagClassName
{
border-color: #343054;
}
</style>