#322E59

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

Shades of Paris M #322E59

Tints of Paris M #322E59

Color information

#322E59 (or 0x322E59) is unknown color: approx Paris M. HEX triplet: 32, 2E and 59. RGB value is (50,46,89). Sum of RGB (Red+Green+Blue) = 50+46+89=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #322E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E59 is #CDD1A6. Grayscale: #333333. Windows color (decimal): -13488551 or 5844530. OLE color: 5844530.

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

Color convert

RGB504689-
CMYK0.440.4800.65
HSL245.58º31.85%26.47%-
HSV(B)245.58º48.31%34.9%-
XYZ4.13.359.88-
YUV52.1148.83126.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=27.03%
G=24.86%
B=48.11%

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
Decimal5046890.440.4800.65245.5831.8526.47
Hex322E592C30041f6201a
Octal6256131546001013664032
Binary1100101011101011001101100110000010000011111011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,46,89); }

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

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

 a { background-color: rgb(50,46,89); }

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

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

 span { border-color: rgb(50,46,89); }

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