#322B68

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

Shades of Paris M #322B68

Tints of Paris M #322B68

Color information

#322B68 (or 0x322B68) is unknown color: approx Paris M. HEX triplet: 32, 2B and 68. RGB value is (50,43,104). Sum of RGB (Red+Green+Blue) = 50+43+104=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #322B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B68 is #CDD497. Grayscale: #333333. Windows color (decimal): -13489304 or 6826802. OLE color: 6826802.

HSL color Cylindrical-coordinate representation of color #322B68: hue angle of 246.89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322B68 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5043104-
CMYK0.520.5900.59
HSL246.89º41.5%28.82%-
HSV(B)246.89º58.65%40.78%-
XYZ4.683.4113.51-
YUV52.05157.32126.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=25.38%
G=21.83%
B=52.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50431040.520.5900.59246.8941.528.82
Hex322B68343B03Bf7291d
Octal625315064730733675135
Binary110010101011110100011010011101101110111111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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