#362956

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

Shades of Cherry Pie #362956

Tints of Cherry Pie #362956

Color information

#362956 (or 0x362956) is unknown color: approx Cherry Pie. HEX triplet: 36, 29 and 56. RGB value is (54,41,86). Sum of RGB (Red+Green+Blue) = 54+41+86=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #362956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362956 is #C9D6A9. Grayscale: #313131. Windows color (decimal): -13227690 or 5646646. OLE color: 5646646.

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

Color convert

RGB544186-
CMYK0.370.5200.66
HSL257.33º35.43%24.9%-
HSV(B)257.33º52.33%33.73%-
XYZ3.993.049.18-
YUV50.02148.31130.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=29.83%
G=22.65%
B=47.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5441860.370.5200.66257.3335.4324.9
Hex36295625340421012319
Octal6651126456401024014331
Binary11011010100110101101001011101000100001010000000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362956; }

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

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

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

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

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

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

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

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