#352650

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

Shades of Cherry Pie #352650

Tints of Cherry Pie #352650

Color information

#352650 (or 0x352650) is unknown color: approx Cherry Pie. HEX triplet: 35, 26 and 50. RGB value is (53,38,80). Sum of RGB (Red+Green+Blue) = 53+38+80=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #352650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352650 is #CAD9AF. Grayscale: #2F2F2F. Windows color (decimal): -13294000 or 5252661. OLE color: 5252661.

HSL color Cylindrical-coordinate representation of color #352650: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #352650 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB533880-
CMYK0.340.5200.69
HSL261.43º35.59%23.14%-
HSV(B)261.43º52.5%31.37%-
XYZ3.612.727.92-
YUV47.27146.47132.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=30.99%
G=22.22%
B=46.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5338800.340.5200.69261.4335.5923.14
Hex35265022340451052417
Octal6546120426401054054427
Binary11010110011010100001000101101000100010110000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352650; }

 p { color: rgb(53,38,80); }

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

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

 a { background-color: rgb(53,38,80); }

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

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

 span { border-color: rgb(53,38,80); }

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