#363156

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

Shades of Cherry Pie #363156

Tints of Cherry Pie #363156

Color information

#363156 (or 0x363156) is unknown color: approx Cherry Pie. HEX triplet: 36, 31 and 56. RGB value is (54,49,86). Sum of RGB (Red+Green+Blue) = 54+49+86=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #363156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363156 is #C9CEA9. Grayscale: #363636. Windows color (decimal): -13225642 or 5648694. OLE color: 5648694.

HSL color Cylindrical-coordinate representation of color #363156: hue angle of 248.11º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363156 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB544986-
CMYK0.370.4300.66
HSL248.11º27.41%26.47%-
HSV(B)248.11º43.02%33.73%-
XYZ4.33.659.28-
YUV54.71145.66127.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=28.57%
G=25.93%
B=45.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5449860.370.4300.66248.1127.4126.47
Hex363156252B042f81b1a
Octal6661126455301023703332
Binary110110110001101011010010110101101000010111110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363156; }

 p { color: rgb(54,49,86); }

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

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

 a { background-color: rgb(54,49,86); }

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

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

 span { border-color: rgb(54,49,86); }

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