#362755

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

Shades of Cherry Pie #362755

Tints of Cherry Pie #362755

Color information

#362755 (or 0x362755) is unknown color: approx Cherry Pie. HEX triplet: 36, 27 and 55. RGB value is (54,39,85). Sum of RGB (Red+Green+Blue) = 54+39+85=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #362755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362755 is #C9D8AA. Grayscale: #303030. Windows color (decimal): -13228203 or 5580598. OLE color: 5580598.

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

Color convert

RGB543985-
CMYK0.360.5400.67
HSL259.57º37.1%24.31%-
HSV(B)259.57º54.12%33.33%-
XYZ3.892.898.95-
YUV48.73148.47131.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=30.34%
G=21.91%
B=47.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5439850.360.5400.67259.5737.124.31
Hex36275524360431042518
Octal6647125446601034044530
Binary11011010011110101011001001101100100001110000010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362755; }

 p { color: rgb(54,39,85); }

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

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

 a { background-color: rgb(54,39,85); }

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

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

 span { border-color: rgb(54,39,85); }

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