#322C56

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

Shades of Paris M #322C56

Tints of Paris M #322C56

Color information

#322C56 (or 0x322C56) is unknown color: approx Paris M. HEX triplet: 32, 2C and 56. RGB value is (50,44,86). Sum of RGB (Red+Green+Blue) = 50+44+86=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #322C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C56 is #CDD3A9. Grayscale: #323232. Windows color (decimal): -13489066 or 5647410. OLE color: 5647410.

HSL color Cylindrical-coordinate representation of color #322C56: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #322C56 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB504486-
CMYK0.420.4900.66
HSL248.57º32.31%25.49%-
HSV(B)248.57º48.84%33.73%-
XYZ3.93.159.21-
YUV50.58147.99127.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=27.78%
G=24.44%
B=47.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5044860.420.4900.66248.5732.3125.49
Hex322C562A31042f92019
Octal6254126526101023714031
Binary1100101011001010110101010110001010000101111100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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