#352A54

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

Shades of Cherry Pie #352A54

Tints of Cherry Pie #352A54

Color information

#352A54 (or 0x352A54) is unknown color: approx Cherry Pie. HEX triplet: 35, 2A and 54. RGB value is (53,42,84). Sum of RGB (Red+Green+Blue) = 53+42+84=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #352A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352A54 is #CAD5AB. Grayscale: #313131. Windows color (decimal): -13292972 or 5515829. OLE color: 5515829.

HSL color Cylindrical-coordinate representation of color #352A54: hue angle of 255.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352A54 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB534284-
CMYK0.370.500.67
HSL255.71º33.33%24.71%-
HSV(B)255.71º50%32.94%-
XYZ3.93.058.77-
YUV50.08147.14130.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=29.61%
G=23.46%
B=46.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5342840.370.500.67255.7133.3324.71
Hex352A5425320431002119
Octal6552124456201034004131
Binary11010110101010101001001011100100100001110000000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,42,84); }

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

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

 a { background-color: rgb(53,42,84); }

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

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

 span { border-color: rgb(53,42,84); }

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