#322C57

Color #322C57 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #322C57

Tints of Paris M #322C57

Color information

#322C57 (or 0x322C57) is unknown color: approx Paris M. HEX triplet: 32, 2C and 57. RGB value is (50,44,87). Sum of RGB (Red+Green+Blue) = 50+44+87=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #322C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C57 is #CDD3A8. Grayscale: #323232. Windows color (decimal): -13489065 or 5712946. OLE color: 5712946.

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

Color convert

RGB504487-
CMYK0.430.4900.66
HSL248.37º32.82%25.69%-
HSV(B)248.37º49.43%34.12%-
XYZ3.943.179.42-
YUV50.7148.49127.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=27.62%
G=24.31%
B=48.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5044870.430.4900.66248.3732.8225.69
Hex322C572B31042f8211a
Octal6254127536101023704132
Binary1100101011001010111101011110001010000101111100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C57; }

 p { color: rgb(50,44,87); }

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

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

 a { background-color: rgb(50,44,87); }

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

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

 span { border-color: rgb(50,44,87); }

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