#352756

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

Shades of Cherry Pie #352756

Tints of Cherry Pie #352756

Color information

#352756 (or 0x352756) is unknown color: approx Cherry Pie. HEX triplet: 35, 27 and 56. RGB value is (53,39,86). Sum of RGB (Red+Green+Blue) = 53+39+86=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #352756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352756 is #CAD8A9. Grayscale: #303030. Windows color (decimal): -13293738 or 5646133. OLE color: 5646133.

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

Color convert

RGB533986-
CMYK0.380.5500.66
HSL257.87º37.6%24.51%-
HSV(B)257.87º54.65%33.73%-
XYZ3.872.889.16-
YUV48.54149.14131.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=29.78%
G=21.91%
B=48.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5339860.380.5500.66257.8737.624.51
Hex35275626370421022619
Octal6547126466701024024631
Binary11010110011110101101001101101110100001010000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352756; }

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

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

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

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

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

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

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

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