#363056

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

Shades of Cherry Pie #363056

Tints of Cherry Pie #363056

Color information

#363056 (or 0x363056) is unknown color: approx Cherry Pie. HEX triplet: 36, 30 and 56. RGB value is (54,48,86). Sum of RGB (Red+Green+Blue) = 54+48+86=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #363056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363056 is #C9CFA9. Grayscale: #353535. Windows color (decimal): -13225898 or 5648438. OLE color: 5648438.

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

Color convert

RGB544886-
CMYK0.370.4400.66
HSL249.47º28.36%26.27%-
HSV(B)249.47º44.19%33.73%-
XYZ4.263.579.27-
YUV54.13145.99127.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=28.72%
G=25.53%
B=45.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5448860.370.4400.66249.4728.3626.27
Hex363056252C042f91c1a
Octal6660126455401023713432
Binary110110110000101011010010110110001000010111110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363056; }

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

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

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

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

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

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

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

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