Html Css Color HEX #322363 Paris M

📋 copy color: '#322363'

red 50 ◦ green 35 ◦ blue 99

#322363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #322363

Tints of Paris M #322363

RGB

 RED value IS 50 (19.92% from 255) = 27.17%

 GREEN value IS 35 (14.06% from 255) = 19.02%

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 27.17%
G = 19.02%
B = 53.8%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#322363 (or 0x322363) is known color: Paris M. HEX triplet: 32, 23 and 63. RGB value is (50,35,99). Sum of RGB (Red+Green+Blue) = 50+35+99=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #322363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322363 is #CDDC9C. Grayscale: #2E2E2E. Windows color (decimal): -13491357 or 6497074. OLE color: 6497074.

HSL color Cylindrical-coordinate representation of color #322363: hue angle of 254.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322363 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 35 99 -
CMYK 0.49 0.65 0 0.61
HSL 254.06º 0.48% 0.26% -
HSV(B) 254.06º 0.65% 0.39% -
XYZ 4.17 2.78 12.12 -
YUV 46.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 50 35 99 0.49 0.65 0 0.61 254.06 0.48 0.26
Hex 32 23 63 31 41 0 3D FE 30 1A
Octal 62 43 143 61 101 0 75 376 60 32
Binary 110010 100011 1100011 110001 1000001 0 111101 11111110 110000 11010

Color Harmonies of #322363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322363

Black with #322363

Text Example


Text Example

White with #322363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322363; }

 p { color: rgb(50,35,99); }

 H1.HeaderClassName
 {
   color: #322363;
 }
 .AnyTagClassName
 {
   color: #322363;
 }
</style>

background-color css

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

 a { background-color: rgb(50,35,99); }

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

border-color css

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

 span { border-color: rgb(50,35,99); }

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