#352E4E

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

Shades of Cherry Pie #352E4E

Tints of Cherry Pie #352E4E

Color information

#352E4E (or 0x352E4E) is unknown color: approx Cherry Pie. HEX triplet: 35, 2E and 4E. RGB value is (53,46,78). Sum of RGB (Red+Green+Blue) = 53+46+78=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #352E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E4E is #CAD1B1. Grayscale: #333333. Windows color (decimal): -13291954 or 5123637. OLE color: 5123637.

HSL color Cylindrical-coordinate representation of color #352E4E: hue angle of 253.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #352E4E is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB534678-
CMYK0.320.4100.69
HSL253.12º25.81%24.31%-
HSV(B)253.12º41.03%30.59%-
XYZ3.823.267.64-
YUV51.74142.82128.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=29.94%
G=25.99%
B=44.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5346780.320.4100.69253.1225.8124.31
Hex352E4E2029045fd1a18
Octal6556116405101053753230
Binary110101101110100111010000010100101000101111111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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