#322B64

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

Shades of Paris M #322B64

Tints of Paris M #322B64

Color information

#322B64 (or 0x322B64) is unknown color: approx Paris M. HEX triplet: 32, 2B and 64. RGB value is (50,43,100). Sum of RGB (Red+Green+Blue) = 50+43+100=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #322B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B64 is #CDD49B. Grayscale: #333333. Windows color (decimal): -13489308 or 6564658. OLE color: 6564658.

HSL color Cylindrical-coordinate representation of color #322B64: hue angle of 247.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322B64 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5043100-
CMYK0.500.5700.61
HSL247.37º39.86%28.04%-
HSV(B)247.37º57%39.22%-
XYZ4.483.3312.46-
YUV51.59155.32126.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=25.91%
G=22.28%
B=51.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50431000.500.5700.61247.3739.8628.04
Hex322B64323903Df7281c
Octal625314462710753675034
Binary110010101011110010011001011100101111011111011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,100); }

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

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

 a { background-color: rgb(50,43,100); }

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

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

 span { border-color: rgb(50,43,100); }

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