#352557

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

Shades of Cherry Pie #352557

Tints of Cherry Pie #352557

Color information

#352557 (or 0x352557) is unknown color: approx Cherry Pie. HEX triplet: 35, 25 and 57. RGB value is (53,37,87). Sum of RGB (Red+Green+Blue) = 53+37+87=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #352557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352557 is #CADAA8. Grayscale: #2F2F2F. Windows color (decimal): -13294249 or 5711157. OLE color: 5711157.

HSL color Cylindrical-coordinate representation of color #352557: hue angle of 259.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352557 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB533787-
CMYK0.390.5700.66
HSL259.2º40.32%24.31%-
HSV(B)259.2º57.47%34.12%-
XYZ3.852.779.35-
YUV47.48150.3131.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=29.94%
G=20.90%
B=49.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5337870.390.5700.66259.240.3224.31
Hex35255727390421032818
Octal6545127477101024035030
Binary11010110010110101111001111110010100001010000001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352557; }

 p { color: rgb(53,37,87); }

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

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

 a { background-color: rgb(53,37,87); }

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

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

 span { border-color: rgb(53,37,87); }

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