#35324F

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

Shades of Cherry Pie #35324F

Tints of Cherry Pie #35324F

Color information

#35324F (or 0x35324F) is unknown color: approx Cherry Pie. HEX triplet: 35, 32 and 4F. RGB value is (53,50,79). Sum of RGB (Red+Green+Blue) = 53+50+79=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #35324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35324F is #CACDB0. Grayscale: #363636. Windows color (decimal): -13290929 or 5190197. OLE color: 5190197.

HSL color Cylindrical-coordinate representation of color #35324F: hue angle of 246.21º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35324F is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB535079-
CMYK0.330.3700.69
HSL246.21º22.48%25.29%-
HSV(B)246.21º36.71%30.98%-
XYZ4.023.67.88-
YUV54.2141.99127.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=29.12%
G=27.47%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5350790.330.3700.69246.2122.4825.29
Hex35324F2125045f61619
Octal6562117414501053662631
Binary110101110010100111110000110010101000101111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35324F; }

 p { color: rgb(53,50,79); }

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

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

 a { background-color: rgb(53,50,79); }

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

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

 span { border-color: rgb(53,50,79); }

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