#352454

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

Shades of Cherry Pie #352454

Tints of Cherry Pie #352454

Color information

#352454 (or 0x352454) is unknown color: approx Cherry Pie. HEX triplet: 35, 24 and 54. RGB value is (53,36,84). Sum of RGB (Red+Green+Blue) = 53+36+84=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #352454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352454 is #CADBAB. Grayscale: #2E2E2E. Windows color (decimal): -13294508 or 5514293. OLE color: 5514293.

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

Color convert

RGB533684-
CMYK0.370.5700.67
HSL261.25º40%23.53%-
HSV(B)261.25º57.14%32.94%-
XYZ3.72.668.71-
YUV46.56149.13132.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=30.64%
G=20.81%
B=48.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5336840.370.5700.67261.254023.53
Hex35245425390431052818
Octal6544124457101034055030
Binary11010110010010101001001011110010100001110000010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352454; }

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

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

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

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

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

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

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

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