#322869

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

Shades of Paris M #322869

Tints of Paris M #322869

Color information

#322869 (or 0x322869) is unknown color: approx Paris M. HEX triplet: 32, 28 and 69. RGB value is (50,40,105). Sum of RGB (Red+Green+Blue) = 50+40+105=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #322869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322869 is #CDD796. Grayscale: #323232. Windows color (decimal): -13490071 or 6891570. OLE color: 6891570.

HSL color Cylindrical-coordinate representation of color #322869: hue angle of 249.23º degrees, saturation: 0.45, 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 #322869 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5040105-
CMYK0.520.6200.59
HSL249.23º44.83%28.43%-
HSV(B)249.23º61.9%41.18%-
XYZ4.623.2213.74-
YUV50.4158.81127.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=25.64%
G=20.51%
B=53.85%

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
Decimal50401050.520.6200.59249.2344.8328.43
Hex322869343E03Bf92d1c
Octal625015164760733715534
Binary110010101000110100111010011111001110111111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322869; }

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

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

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

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

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

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

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

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