#352750

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

Shades of Cherry Pie #352750

Tints of Cherry Pie #352750

Color information

#352750 (or 0x352750) is unknown color: approx Cherry Pie. HEX triplet: 35, 27 and 50. RGB value is (53,39,80). Sum of RGB (Red+Green+Blue) = 53+39+80=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #352750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352750 is #CAD8AF. Grayscale: #2F2F2F. Windows color (decimal): -13293744 or 5252917. OLE color: 5252917.

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

Color convert

RGB533980-
CMYK0.340.5100.69
HSL260.49º34.45%23.33%-
HSV(B)260.49º51.25%31.37%-
XYZ3.642.797.94-
YUV47.86146.14131.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=30.81%
G=22.67%
B=46.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5339800.340.5100.69260.4934.4523.33
Hex35275022330451042217
Octal6547120426301054044227
Binary11010110011110100001000101100110100010110000010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352750; }

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

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

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

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

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

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

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

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