Html Css Color HEX #322E60 Paris M

📋 copy color: '#322E60'

red 50 ◦ green 46 ◦ blue 96

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

Shades of Paris M #322E60

Tints of Paris M #322E60

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 26.04%
G = 23.96%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322E60 (or 0x322E60) is known color: Paris M. HEX triplet: 32, 2E and 60. RGB value is (50,46,96). Sum of RGB (Red+Green+Blue) = 50+46+96=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #322E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E60 is #CDD19F. Grayscale: #343434. Windows color (decimal): -13488544 or 6303282. OLE color: 6303282.

HSL color Cylindrical-coordinate representation of color #322E60: hue angle of 244.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #322E60 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 46 96 -
CMYK 0.48 0.52 0 0.62
HSL 244.8º 0.35% 0.28% -
HSV(B) 244.8º 0.52% 0.38% -
XYZ 4.4 3.48 11.51 -
YUV 52.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 50 46 96 0.48 0.52 0 0.62 244.8 0.35 0.28
Hex 32 2E 60 30 34 0 3E F5 23 1C
Octal 62 56 140 60 64 0 76 365 43 34
Binary 110010 101110 1100000 110000 110100 0 111110 11110101 100011 11100

Color Harmonies of #322E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322E60

Black with #322E60

Text Example


Text Example

White with #322E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322E60; }

 p { color: rgb(50,46,96); }

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

background-color css

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

 a { background-color: rgb(50,46,96); }

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

border-color css

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

 span { border-color: rgb(50,46,96); }

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