#352E4C

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

Shades of Cherry Pie #352E4C

Tints of Cherry Pie #352E4C

Color information

#352E4C (or 0x352E4C) is unknown color: approx Cherry Pie. HEX triplet: 35, 2E and 4C. RGB value is (53,46,76). Sum of RGB (Red+Green+Blue) = 53+46+76=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #352E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E4C is #CAD1B3. Grayscale: #333333. Windows color (decimal): -13291956 or 4992565. OLE color: 4992565.

HSL color Cylindrical-coordinate representation of color #352E4C: hue angle of 254º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #352E4C is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB534676-
CMYK0.300.3900.70
HSL254º24.59%23.92%-
HSV(B)254º39.47%29.8%-
XYZ3.753.237.26-
YUV51.51141.82129.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=30.29%
G=26.29%
B=43.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5346760.300.3900.7025424.5923.92
Hex352E4C1E27046fe1918
Octal6556114364701063763130
Binary11010110111010011001111010011101000110111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,76); }

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

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

 a { background-color: rgb(53,46,76); }

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

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

 span { border-color: rgb(53,46,76); }

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