#322473

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

Shades of Paris M #322473

Tints of Paris M #322473

Color information

#322473 (or 0x322473) is unknown color: approx Paris M. HEX triplet: 32, 24 and 73. RGB value is (50,36,115). Sum of RGB (Red+Green+Blue) = 50+36+115=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #322473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322473 is #CDDB8C. Grayscale: #303030. Windows color (decimal): -13491085 or 7545906. OLE color: 7545906.

HSL color Cylindrical-coordinate representation of color #322473: hue angle of 250.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322473 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5036115-
CMYK0.570.6900.55
HSL250.63º52.32%29.61%-
HSV(B)250.63º68.7%45.1%-
XYZ5.043.1816.57-
YUV49.19165.14128.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=24.88%
G=17.91%
B=57.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50361150.570.6900.55250.6352.3229.61
Hex3224733945037fb341e
Octal6244163711050673736436
Binary1100101001001110011111001100010101101111111101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322473; }

 p { color: rgb(50,36,115); }

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

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

 a { background-color: rgb(50,36,115); }

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

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

 span { border-color: rgb(50,36,115); }

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