#322D5A

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

Shades of Paris M #322D5A

Tints of Paris M #322D5A

Color information

#322D5A (or 0x322D5A) is unknown color: approx Paris M. HEX triplet: 32, 2D and 5A. RGB value is (50,45,90). Sum of RGB (Red+Green+Blue) = 50+45+90=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #322D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322D5A is #CDD2A5. Grayscale: #333333. Windows color (decimal): -13488806 or 5909810. OLE color: 5909810.

HSL color Cylindrical-coordinate representation of color #322D5A: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322D5A is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB504590-
CMYK0.440.5000.65
HSL246.67º33.33%26.47%-
HSV(B)246.67º50%35.29%-
XYZ4.13.2910.09-
YUV51.62149.66126.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=27.03%
G=24.32%
B=48.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5045900.440.5000.65246.6733.3326.47
Hex322D5A2C32041f7211a
Octal6255132546201013674132
Binary1100101011011011010101100110010010000011111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,90); }

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

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

 a { background-color: rgb(50,45,90); }

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

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

 span { border-color: rgb(50,45,90); }

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