#342756

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

Shades of Cherry Pie #342756

Tints of Cherry Pie #342756

Color information

#342756 (or 0x342756) is unknown color: approx Cherry Pie. HEX triplet: 34, 27 and 56. RGB value is (52,39,86). Sum of RGB (Red+Green+Blue) = 52+39+86=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #342756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342756 is #CBD8A9. Grayscale: #303030. Windows color (decimal): -13359274 or 5646132. OLE color: 5646132.

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

Color convert

RGB523986-
CMYK0.400.5500.66
HSL256.6º37.6%24.51%-
HSV(B)256.6º54.65%33.73%-
XYZ3.822.859.15-
YUV48.24149.31130.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=29.38%
G=22.03%
B=48.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5239860.400.5500.66256.637.624.51
Hex34275628370421012619
Octal6447126506701024014631
Binary11010010011110101101010001101110100001010000000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342756; }

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

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

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

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

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

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

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

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