#322868

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

Shades of Paris M #322868

Tints of Paris M #322868

Color information

#322868 (or 0x322868) is unknown color: approx Paris M. HEX triplet: 32, 28 and 68. RGB value is (50,40,104). Sum of RGB (Red+Green+Blue) = 50+40+104=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #322868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322868 is #CDD797. Grayscale: #323232. Windows color (decimal): -13490072 or 6826034. OLE color: 6826034.

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

Color convert

RGB5040104-
CMYK0.520.6200.59
HSL249.38º44.44%28.24%-
HSV(B)249.38º61.54%40.78%-
XYZ4.573.213.47-
YUV50.29158.31127.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=25.77%
G=20.62%
B=53.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50401040.520.6200.59249.3844.4428.24
Hex322868343E03Bf92c1c
Octal625015064760733715434
Binary110010101000110100011010011111001110111111100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322868; }

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

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

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

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

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

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

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

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