#352455

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

Shades of Cherry Pie #352455

Tints of Cherry Pie #352455

Color information

#352455 (or 0x352455) is unknown color: approx Cherry Pie. HEX triplet: 35, 24 and 55. RGB value is (53,36,85). Sum of RGB (Red+Green+Blue) = 53+36+85=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #352455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352455 is #CADBAA. Grayscale: #2E2E2E. Windows color (decimal): -13294507 or 5579829. OLE color: 5579829.

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

Color convert

RGB533685-
CMYK0.380.5800.67
HSL260.82º40.5%23.73%-
HSV(B)260.82º57.65%33.33%-
XYZ3.742.678.91-
YUV46.67149.63132.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=30.46%
G=20.69%
B=48.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5336850.380.5800.67260.8240.523.73
Hex352455263A0431052818
Octal6544125467201034055030
Binary11010110010010101011001101110100100001110000010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352455; }

 p { color: rgb(53,36,85); }

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

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

 a { background-color: rgb(53,36,85); }

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

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

 span { border-color: rgb(53,36,85); }

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