#352656

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

Shades of Cherry Pie #352656

Tints of Cherry Pie #352656

Color information

#352656 (or 0x352656) is unknown color: approx Cherry Pie. HEX triplet: 35, 26 and 56. RGB value is (53,38,86). Sum of RGB (Red+Green+Blue) = 53+38+86=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #352656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352656 is #CAD9A9. Grayscale: #2F2F2F. Windows color (decimal): -13293994 or 5645877. OLE color: 5645877.

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

Color convert

RGB533886-
CMYK0.380.5600.66
HSL258.75º38.71%24.31%-
HSV(B)258.75º55.81%33.73%-
XYZ3.842.819.15-
YUV47.96149.47131.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=29.94%
G=21.47%
B=48.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5338860.380.5600.66258.7538.7124.31
Hex35265626380421032718
Octal6546126467001024034730
Binary11010110011010101101001101110000100001010000001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352656; }

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

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

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

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

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

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

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

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