#352956

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

Shades of Cherry Pie #352956

Tints of Cherry Pie #352956

Color information

#352956 (or 0x352956) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 56. RGB value is (53,41,86). Sum of RGB (Red+Green+Blue) = 53+41+86=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #352956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352956 is #CAD6A9. Grayscale: #313131. Windows color (decimal): -13293226 or 5646645. OLE color: 5646645.

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

Color convert

RGB534186-
CMYK0.380.5200.66
HSL256º35.43%24.9%-
HSV(B)256º52.33%33.73%-
XYZ3.943.019.18-
YUV49.72148.48130.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=29.44%
G=22.78%
B=47.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5341860.380.5200.6625635.4324.9
Hex35295626340421002319
Octal6551126466401024004331
Binary11010110100110101101001101101000100001010000000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352956; }

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

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

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

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

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

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

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

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