#352D55

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

Shades of Cherry Pie #352D55

Tints of Cherry Pie #352D55

Color information

#352D55 (or 0x352D55) is unknown color: approx Cherry Pie. HEX triplet: 35, 2D and 55. RGB value is (53,45,85). Sum of RGB (Red+Green+Blue) = 53+45+85=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #352D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D55 is #CAD2AA. Grayscale: #333333. Windows color (decimal): -13292203 or 5582133. OLE color: 5582133.

HSL color Cylindrical-coordinate representation of color #352D55: hue angle of 252º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352D55 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB534585-
CMYK0.380.4700.67
HSL252º30.77%25.49%-
HSV(B)252º47.06%33.33%-
XYZ4.053.299.02-
YUV51.95146.65128.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=28.96%
G=24.59%
B=46.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5345850.380.4700.6725230.7725.49
Hex352D55262F043fc1f19
Octal6555125465701033743731
Binary110101101101101010110011010111101000011111111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352D55; }

 p { color: rgb(53,45,85); }

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

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

 a { background-color: rgb(53,45,85); }

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

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

 span { border-color: rgb(53,45,85); }

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