#342355

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

Shades of Cherry Pie #342355

Tints of Cherry Pie #342355

Color information

#342355 (or 0x342355) is unknown color: approx Cherry Pie. HEX triplet: 34, 23 and 55. RGB value is (52,35,85). Sum of RGB (Red+Green+Blue) = 52+35+85=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #342355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342355 is #CBDCAA. Grayscale: #2D2D2D. Windows color (decimal): -13360299 or 5579572. OLE color: 5579572.

HSL color Cylindrical-coordinate representation of color #342355: hue angle of 260.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #342355 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB523585-
CMYK0.390.5900.67
HSL260.4º41.67%23.53%-
HSV(B)260.4º58.82%33.33%-
XYZ3.662.598.9-
YUV45.78150.13132.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=30.23%
G=20.35%
B=49.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5235850.390.5900.67260.441.6723.53
Hex342355273B0431042a18
Octal6443125477301034045230
Binary11010010001110101011001111110110100001110000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342355; }

 p { color: rgb(52,35,85); }

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

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

 a { background-color: rgb(52,35,85); }

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

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

 span { border-color: rgb(52,35,85); }

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