#342552

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

Shades of Cherry Pie #342552

Tints of Cherry Pie #342552

Color information

#342552 (or 0x342552) is unknown color: approx Cherry Pie. HEX triplet: 34, 25 and 52. RGB value is (52,37,82). Sum of RGB (Red+Green+Blue) = 52+37+82=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #342552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342552 is #CBDAAD. Grayscale: #2E2E2E. Windows color (decimal): -13359790 or 5383476. OLE color: 5383476.

HSL color Cylindrical-coordinate representation of color #342552: hue angle of 260º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #342552 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB523782-
CMYK0.370.5500.68
HSL260º37.82%23.33%-
HSV(B)260º54.88%32.16%-
XYZ3.62.668.31-
YUV46.61147.97131.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=30.41%
G=21.64%
B=47.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5237820.370.5500.6826037.8223.33
Hex34255225370441042617
Octal6445122456701044044627
Binary11010010010110100101001011101110100010010000010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342552; }

 p { color: rgb(52,37,82); }

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

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

 a { background-color: rgb(52,37,82); }

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

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

 span { border-color: rgb(52,37,82); }

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