#322866

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

Shades of Paris M #322866

Tints of Paris M #322866

Color information

#322866 (or 0x322866) is unknown color: approx Paris M. HEX triplet: 32, 28 and 66. RGB value is (50,40,102). Sum of RGB (Red+Green+Blue) = 50+40+102=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #322866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322866 is #CDD799. Grayscale: #313131. Windows color (decimal): -13490074 or 6694962. OLE color: 6694962.

HSL color Cylindrical-coordinate representation of color #322866: hue angle of 249.68º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322866 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5040102-
CMYK0.510.6100.6
HSL249.68º43.66%27.84%-
HSV(B)249.68º60.78%40%-
XYZ4.473.1612.94-
YUV50.06157.31127.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=26.04%
G=20.83%
B=53.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50401020.510.6100.6249.6843.6627.84
Hex322866333D03Cfa2c1c
Octal625014663750743725434
Binary110010101000110011011001111110101111001111101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322866; }

 p { color: rgb(50,40,102); }

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

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

 a { background-color: rgb(50,40,102); }

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

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

 span { border-color: rgb(50,40,102); }

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