#322666

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

Shades of Paris M #322666

Tints of Paris M #322666

Color information

#322666 (or 0x322666) is unknown color: approx Paris M. HEX triplet: 32, 26 and 66. RGB value is (50,38,102). Sum of RGB (Red+Green+Blue) = 50+38+102=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #322666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322666 is #CDD999. Grayscale: #303030. Windows color (decimal): -13490586 or 6694450. OLE color: 6694450.

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

Color convert

RGB5038102-
CMYK0.510.6300.6
HSL251.25º45.71%27.45%-
HSV(B)251.25º62.75%40%-
XYZ4.413.0212.92-
YUV48.88157.98128.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=26.32%
G=20%
B=53.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50381020.510.6300.6251.2545.7127.45
Hex322666333F03Cfb2e1b
Octal624614663770743735633
Binary110010100110110011011001111111101111001111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322666; }

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

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

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

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

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

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

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

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