#352856

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

Shades of Cherry Pie #352856

Tints of Cherry Pie #352856

Color information

#352856 (or 0x352856) is unknown color: approx Cherry Pie. HEX triplet: 35, 28 and 56. RGB value is (53,40,86). Sum of RGB (Red+Green+Blue) = 53+40+86=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #352856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352856 is #CAD7A9. Grayscale: #303030. Windows color (decimal): -13293482 or 5646389. OLE color: 5646389.

HSL color Cylindrical-coordinate representation of color #352856: hue angle of 256.96º 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 #352856 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB534086-
CMYK0.380.5300.66
HSL256.96º36.51%24.71%-
HSV(B)256.96º53.49%33.73%-
XYZ3.912.959.17-
YUV49.13148.81130.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=29.61%
G=22.35%
B=48.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5340860.380.5300.66256.9636.5124.71
Hex35285626350421012519
Octal6550126466501024014531
Binary11010110100010101101001101101010100001010000000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352856; }

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

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

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

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

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

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

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

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