#352453

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

Shades of Cherry Pie #352453

Tints of Cherry Pie #352453

Color information

#352453 (or 0x352453) is unknown color: approx Cherry Pie. HEX triplet: 35, 24 and 53. RGB value is (53,36,83). Sum of RGB (Red+Green+Blue) = 53+36+83=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #352453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352453 is #CADBAC. Grayscale: #2E2E2E. Windows color (decimal): -13294509 or 5448757. OLE color: 5448757.

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

Color convert

RGB533683-
CMYK0.360.5700.67
HSL261.7º39.5%23.33%-
HSV(B)261.7º56.63%32.55%-
XYZ3.662.648.5-
YUV46.44148.63132.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=30.81%
G=20.93%
B=48.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5336830.360.5700.67261.739.523.33
Hex35245324390431062717
Octal6544123447101034064727
Binary11010110010010100111001001110010100001110000011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352453; }

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

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

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

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

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

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

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

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