#322B60

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

Shades of Paris M #322B60

Tints of Paris M #322B60

Color information

#322B60 (or 0x322B60) is unknown color: approx Paris M. HEX triplet: 32, 2B and 60. RGB value is (50,43,96). Sum of RGB (Red+Green+Blue) = 50+43+96=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #322B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B60 is #CDD49F. Grayscale: #323232. Windows color (decimal): -13489312 or 6302514. OLE color: 6302514.

HSL color Cylindrical-coordinate representation of color #322B60: hue angle of 247.92º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322B60 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB504396-
CMYK0.480.5500.62
HSL247.92º38.13%27.25%-
HSV(B)247.92º55.21%37.65%-
XYZ4.293.2511.47-
YUV51.14153.32127.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=26.46%
G=22.75%
B=50.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5043960.480.5500.62247.9238.1327.25
Hex322B60303703Ef8261b
Octal625314060670763704633
Binary110010101011110000011000011011101111101111100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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