#362656

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

Shades of Cherry Pie #362656

Tints of Cherry Pie #362656

Color information

#362656 (or 0x362656) is unknown color: approx Cherry Pie. HEX triplet: 36, 26 and 56. RGB value is (54,38,86). Sum of RGB (Red+Green+Blue) = 54+38+86=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #362656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362656 is #C9D9A9. Grayscale: #303030. Windows color (decimal): -13228458 or 5645878. OLE color: 5645878.

HSL color Cylindrical-coordinate representation of color #362656: hue angle of 260º 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 #362656 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB543886-
CMYK0.370.5600.66
HSL260º38.71%24.31%-
HSV(B)260º55.81%33.73%-
XYZ3.892.849.15-
YUV48.26149.3132.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=30.34%
G=21.35%
B=48.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5438860.370.5600.6626038.7124.31
Hex36265625380421042718
Octal6646126457001024044730
Binary11011010011010101101001011110000100001010000010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362656; }

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

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

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

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

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

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

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

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