#362555

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

Shades of Cherry Pie #362555

Tints of Cherry Pie #362555

Color information

#362555 (or 0x362555) is unknown color: approx Cherry Pie. HEX triplet: 36, 25 and 55. RGB value is (54,37,85). Sum of RGB (Red+Green+Blue) = 54+37+85=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #362555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362555 is #C9DAAA. Grayscale: #2F2F2F. Windows color (decimal): -13228715 or 5580086. OLE color: 5580086.

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

Color convert

RGB543785-
CMYK0.360.5600.67
HSL261.25º39.34%23.92%-
HSV(B)261.25º56.47%33.33%-
XYZ3.822.768.93-
YUV47.55149.13132.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.68%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=30.68%
G=21.02%
B=48.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5437850.360.5600.67261.2539.3423.92
Hex36255524380431052718
Octal6645125447001034054730
Binary11011010010110101011001001110000100001110000010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362555; }

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

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

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

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

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

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

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

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