Html Css Color HEX #322C60 Paris M

📋 copy color: '#322C60'

red 50 ◦ green 44 ◦ blue 96

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

Shades of Paris M #322C60

Tints of Paris M #322C60

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 26.32%
G = 23.16%
B = 50.53%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322C60 (or 0x322C60) is known color: Paris M. HEX triplet: 32, 2C and 60. RGB value is (50,44,96). Sum of RGB (Red+Green+Blue) = 50+44+96=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #322C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C60 is #CDD39F. Grayscale: #333333. Windows color (decimal): -13489056 or 6302770. OLE color: 6302770.

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

Color convert

RGB 50 44 96 -
CMYK 0.48 0.54 0 0.62
HSL 246.92º 0.37% 0.27% -
HSV(B) 246.92º 0.54% 0.38% -
XYZ 4.33 3.32 11.48 -
YUV 51.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 50 44 96 0.48 0.54 0 0.62 246.92 0.37 0.27
Hex 32 2C 60 30 36 0 3E F7 25 1B
Octal 62 54 140 60 66 0 76 367 45 33
Binary 110010 101100 1100000 110000 110110 0 111110 11110111 100101 11011

Color Harmonies of #322C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C60

Black with #322C60

Text Example


Text Example

White with #322C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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