#322F5A

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

Shades of Paris M #322F5A

Tints of Paris M #322F5A

Color information

#322F5A (or 0x322F5A) is unknown color: approx Paris M. HEX triplet: 32, 2F and 5A. RGB value is (50,47,90). Sum of RGB (Red+Green+Blue) = 50+47+90=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #322F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322F5A is #CDD0A5. Grayscale: #343434. Windows color (decimal): -13488294 or 5910322. OLE color: 5910322.

HSL color Cylindrical-coordinate representation of color #322F5A: hue angle of 244.19º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322F5A is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB504790-
CMYK0.440.4800.65
HSL244.19º31.39%26.86%-
HSV(B)244.19º47.78%35.29%-
XYZ4.183.4510.12-
YUV52.8148.99126-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=26.74%
G=25.13%
B=48.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5047900.440.4800.65244.1931.3926.86
Hex322F5A2C30041f41f1b
Octal6257132546001013643733
Binary110010101111101101010110011000001000001111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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