#362B56

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

Shades of Cherry Pie #362B56

Tints of Cherry Pie #362B56

Color information

#362B56 (or 0x362B56) is unknown color: approx Cherry Pie. HEX triplet: 36, 2B and 56. RGB value is (54,43,86). Sum of RGB (Red+Green+Blue) = 54+43+86=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #362B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B56 is #C9D4A9. Grayscale: #333333. Windows color (decimal): -13227178 or 5647158. OLE color: 5647158.

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

Color convert

RGB544386-
CMYK0.370.5000.66
HSL255.35º33.33%25.29%-
HSV(B)255.35º50%33.73%-
XYZ4.063.189.2-
YUV51.19147.64130-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.51%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=29.51%
G=23.50%
B=46.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5443860.370.5000.66255.3533.3325.29
Hex362B562532042ff2119
Octal6653126456201023774131
Binary1101101010111010110100101110010010000101111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362B56; }

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

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

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

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

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

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

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

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