#322272

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

Shades of Paris M #322272

Tints of Paris M #322272

Color information

#322272 (or 0x322272) is unknown color: approx Paris M. HEX triplet: 32, 22 and 72. RGB value is (50,34,114). Sum of RGB (Red+Green+Blue) = 50+34+114=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #322272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322272 is #CDDD8D. Grayscale: #2F2F2F. Windows color (decimal): -13491598 or 7479858. OLE color: 7479858.

HSL color Cylindrical-coordinate representation of color #322272: hue angle of 252º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322272 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5034114-
CMYK0.560.7000.55
HSL252º54.05%29.02%-
HSV(B)252º70.18%44.71%-
XYZ4.923.0416.25-
YUV47.9165.3129.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=25.25%
G=17.17%
B=57.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50341140.560.7000.5525254.0529.02
Hex3222723846037fc361d
Octal6242162701060673746635
Binary1100101000101110010111000100011001101111111110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322272; }

 p { color: rgb(50,34,114); }

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

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

 a { background-color: rgb(50,34,114); }

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

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

 span { border-color: rgb(50,34,114); }

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