#322E58

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

Shades of Paris M #322E58

Tints of Paris M #322E58

Color information

#322E58 (or 0x322E58) is unknown color: approx Paris M. HEX triplet: 32, 2E and 58. RGB value is (50,46,88). Sum of RGB (Red+Green+Blue) = 50+46+88=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #322E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E58 is #CDD1A7. Grayscale: #333333. Windows color (decimal): -13488552 or 5778994. OLE color: 5778994.

HSL color Cylindrical-coordinate representation of color #322E58: hue angle of 245.71º degrees, saturation: 0.31, 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 #322E58 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB504688-
CMYK0.430.4800.65
HSL245.71º31.34%26.27%-
HSV(B)245.71º47.73%34.51%-
XYZ4.053.349.66-
YUV51.98148.33126.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=27.17%
G=25%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5046880.430.4800.65245.7131.3426.27
Hex322E582B30041f61f1a
Octal6256130536001013663732
Binary110010101110101100010101111000001000001111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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