#322C5A

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

Shades of Paris M #322C5A

Tints of Paris M #322C5A

Color information

#322C5A (or 0x322C5A) is unknown color: approx Paris M. HEX triplet: 32, 2C and 5A. RGB value is (50,44,90). Sum of RGB (Red+Green+Blue) = 50+44+90=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #322C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C5A is #CDD3A5. Grayscale: #323232. Windows color (decimal): -13489062 or 5909554. OLE color: 5909554.

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

Color convert

RGB504490-
CMYK0.440.5100.65
HSL247.83º34.33%26.27%-
HSV(B)247.83º51.11%35.29%-
XYZ4.063.2210.08-
YUV51.04149.99127.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 90 (35.55% from 255) = 48.91%
R=27.17%
G=23.91%
B=48.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5044900.440.5100.65247.8334.3326.27
Hex322C5A2C33041f8221a
Octal6254132546301013704232
Binary1100101011001011010101100110011010000011111100010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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