#352F56

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

Shades of Cherry Pie #352F56

Tints of Cherry Pie #352F56

Color information

#352F56 (or 0x352F56) is unknown color: approx Cherry Pie. HEX triplet: 35, 2F and 56. RGB value is (53,47,86). Sum of RGB (Red+Green+Blue) = 53+47+86=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #352F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F56 is #CAD0A9. Grayscale: #353535. Windows color (decimal): -13291690 or 5648181. OLE color: 5648181.

HSL color Cylindrical-coordinate representation of color #352F56: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #352F56 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB534786-
CMYK0.380.4500.66
HSL249.23º29.32%26.08%-
HSV(B)249.23º45.35%33.73%-
XYZ4.163.469.25-
YUV53.24146.49127.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=28.49%
G=25.27%
B=46.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5347860.380.4500.66249.2329.3226.08
Hex352F56262D042f91d1a
Octal6557126465501023713532
Binary110101101111101011010011010110101000010111110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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