#342856

Color #342856 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #342856

Tints of Cherry Pie #342856

Color information

#342856 (or 0x342856) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 56. RGB value is (52,40,86). Sum of RGB (Red+Green+Blue) = 52+40+86=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #342856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342856 is #CBD7A9. Grayscale: #303030. Windows color (decimal): -13359018 or 5646388. OLE color: 5646388.

HSL color Cylindrical-coordinate representation of color #342856: hue angle of 255.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342856 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB524086-
CMYK0.400.5300.66
HSL255.65º36.51%24.71%-
HSV(B)255.65º53.49%33.73%-
XYZ3.852.929.16-
YUV48.83148.98130.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=29.21%
G=22.47%
B=48.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5240860.400.5300.66255.6536.5124.71
Hex34285628350421002519
Octal6450126506501024004531
Binary11010010100010101101010001101010100001010000000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342856; }

 p { color: rgb(52,40,86); }

 H1.HeaderClassName
 {
   color: #342856;
 }
 .AnyTagClassName
 {
   color: #342856;
 }
</style>
background-color css

<style>
 a { background-color: #342856; }

 a { background-color: rgb(52,40,86); }

 div.DivClassName
 {
   background-color: #342856;
 }
 .BgClassName
 {
   background-color: #342856;
 }
</style>
border-color css

<style>
 span { border-color: #342856; }

 span { border-color: rgb(52,40,86); }

 td.TdClassName
 {
   border-color: #342856;
 }
 .TagClassName
 {
   border-color: #342856;
 }
</style>