#352D54

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

Shades of Cherry Pie #352D54

Tints of Cherry Pie #352D54

Color information

#352D54 (or 0x352D54) is unknown color: approx Cherry Pie. HEX triplet: 35, 2D and 54. RGB value is (53,45,84). Sum of RGB (Red+Green+Blue) = 53+45+84=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #352D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D54 is #CAD2AB. Grayscale: #333333. Windows color (decimal): -13292204 or 5516597. OLE color: 5516597.

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

Color convert

RGB534584-
CMYK0.370.4600.67
HSL252.31º30.23%25.29%-
HSV(B)252.31º46.43%32.94%-
XYZ4.013.278.81-
YUV51.84146.15128.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=29.12%
G=24.73%
B=46.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5345840.370.4600.67252.3130.2325.29
Hex352D54252E043fc1e19
Octal6555124455601033743631
Binary110101101101101010010010110111001000011111111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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