#352F4A

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

Shades of Cherry Pie #352F4A

Tints of Cherry Pie #352F4A

Color information

#352F4A (or 0x352F4A) is unknown color: approx Cherry Pie. HEX triplet: 35, 2F and 4A. RGB value is (53,47,74). Sum of RGB (Red+Green+Blue) = 53+47+74=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #352F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F4A is #CAD0B5. Grayscale: #333333. Windows color (decimal): -13291702 or 4861749. OLE color: 4861749.

HSL color Cylindrical-coordinate representation of color #352F4A: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352F4A is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB534774-
CMYK0.280.3600.71
HSL253.33º22.31%23.73%-
HSV(B)253.33º36.49%29.02%-
XYZ3.723.286.92-
YUV51.87140.49128.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=30.46%
G=27.01%
B=42.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5347740.280.3600.71253.3322.3123.73
Hex352F4A1C24047fd1618
Octal6557112344401073752630
Binary11010110111110010101110010010001000111111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,47,74); }

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

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

 a { background-color: rgb(53,47,74); }

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

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

 span { border-color: rgb(53,47,74); }

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