#322368

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

Shades of Paris M #322368

Tints of Paris M #322368

Color information

#322368 (or 0x322368) is unknown color: approx Paris M. HEX triplet: 32, 23 and 68. RGB value is (50,35,104). Sum of RGB (Red+Green+Blue) = 50+35+104=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #322368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322368 is #CDDC97. Grayscale: #2F2F2F. Windows color (decimal): -13491352 or 6824754. OLE color: 6824754.

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

Color convert

RGB5035104-
CMYK0.520.6600.59
HSL253.04º49.64%27.25%-
HSV(B)253.04º66.35%40.78%-
XYZ4.422.8813.42-
YUV47.35159.97129.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=26.46%
G=18.52%
B=55.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50351040.520.6600.59253.0449.6427.25
Hex322368344203Bfd321b
Octal6243150641020733756233
Binary1100101000111101000110100100001001110111111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322368; }

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

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

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

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

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

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

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

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