#352757

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

Shades of Cherry Pie #352757

Tints of Cherry Pie #352757

Color information

#352757 (or 0x352757) is unknown color: approx Cherry Pie. HEX triplet: 35, 27 and 57. RGB value is (53,39,87). Sum of RGB (Red+Green+Blue) = 53+39+87=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #352757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352757 is #CAD8A8. Grayscale: #303030. Windows color (decimal): -13293737 or 5711669. OLE color: 5711669.

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

Color convert

RGB533987-
CMYK0.390.5500.66
HSL257.5º38.1%24.71%-
HSV(B)257.5º55.17%34.12%-
XYZ3.912.99.37-
YUV48.66149.64131.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=29.61%
G=21.79%
B=48.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5339870.390.5500.66257.538.124.71
Hex35275727370421022619
Octal6547127476701024024631
Binary11010110011110101111001111101110100001010000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352757; }

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

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

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

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

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

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

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

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