#352456

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

Shades of Cherry Pie #352456

Tints of Cherry Pie #352456

Color information

#352456 (or 0x352456) is unknown color: approx Cherry Pie. HEX triplet: 35, 24 and 56. RGB value is (53,36,86). Sum of RGB (Red+Green+Blue) = 53+36+86=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #352456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352456 is #CADBA9. Grayscale: #2E2E2E. Windows color (decimal): -13294506 or 5645365. OLE color: 5645365.

HSL color Cylindrical-coordinate representation of color #352456: hue angle of 260.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352456 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB533686-
CMYK0.380.5800.66
HSL260.4º40.98%23.92%-
HSV(B)260.4º58.14%33.73%-
XYZ3.782.699.12-
YUV46.78150.13132.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=30.29%
G=20.57%
B=49.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5336860.380.5800.66260.440.9823.92
Hex352456263A0421042918
Octal6544126467201024045130
Binary11010110010010101101001101110100100001010000010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352456; }

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

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

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

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

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

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

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

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