#322E57

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

Shades of Paris M #322E57

Tints of Paris M #322E57

Color information

#322E57 (or 0x322E57) is unknown color: approx Paris M. HEX triplet: 32, 2E and 57. RGB value is (50,46,87). Sum of RGB (Red+Green+Blue) = 50+46+87=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #322E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E57 is #CDD1A8. Grayscale: #333333. Windows color (decimal): -13488553 or 5713458. OLE color: 5713458.

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

Color convert

RGB504687-
CMYK0.430.4700.66
HSL245.85º30.83%26.08%-
HSV(B)245.85º47.13%34.12%-
XYZ4.013.329.45-
YUV51.87147.83126.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=27.32%
G=25.14%
B=47.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5046870.430.4700.66245.8530.8326.08
Hex322E572B2F042f61f1a
Octal6256127535701023663732
Binary110010101110101011110101110111101000010111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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