#322468

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

Shades of Paris M #322468

Tints of Paris M #322468

Color information

#322468 (or 0x322468) is unknown color: approx Paris M. HEX triplet: 32, 24 and 68. RGB value is (50,36,104). Sum of RGB (Red+Green+Blue) = 50+36+104=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #322468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322468 is #CDDB97. Grayscale: #2F2F2F. Windows color (decimal): -13491096 or 6825010. OLE color: 6825010.

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

Color convert

RGB5036104-
CMYK0.520.6500.59
HSL252.35º48.57%27.45%-
HSV(B)252.35º65.38%40.78%-
XYZ4.442.9413.43-
YUV47.94159.64129.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=26.32%
G=18.95%
B=54.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50361040.520.6500.59252.3548.5727.45
Hex322468344103Bfc311b
Octal6244150641010733746133
Binary1100101001001101000110100100000101110111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322468; }

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

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

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

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

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

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

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

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