#353050

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

Shades of Cherry Pie #353050

Tints of Cherry Pie #353050

Color information

#353050 (or 0x353050) is unknown color: approx Cherry Pie. HEX triplet: 35, 30 and 50. RGB value is (53,48,80). Sum of RGB (Red+Green+Blue) = 53+48+80=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #353050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353050 is #CACFAF. Grayscale: #353535. Windows color (decimal): -13291440 or 5255221. OLE color: 5255221.

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

Color convert

RGB534880-
CMYK0.340.4000.69
HSL249.38º25%25.1%-
HSV(B)249.38º40%31.37%-
XYZ3.973.458.05-
YUV53.14143.16127.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=29.28%
G=26.52%
B=44.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5348800.340.4000.69249.382525.1
Hex3530502228045f91919
Octal6560120425001053713131
Binary110101110000101000010001010100001000101111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353050; }

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

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

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

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

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

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

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

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