Html Css Color HEX #322C59 Paris M

📋 copy color: '#322C59'

red 50 ◦ green 44 ◦ blue 89

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

Shades of Paris M #322C59

Tints of Paris M #322C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 27.32%
G = 24.04%
B = 48.63%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#322C59 (or 0x322C59) is known color: Paris M. HEX triplet: 32, 2C and 59. RGB value is (50,44,89). Sum of RGB (Red+Green+Blue) = 50+44+89=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #322C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C59 is #CDD3A6. Grayscale: #323232. Windows color (decimal): -13489063 or 5844018. OLE color: 5844018.

HSL color Cylindrical-coordinate representation of color #322C59: hue angle of 248º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #322C59 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 44 89 -
CMYK 0.44 0.51 0 0.65
HSL 248º 0.34% 0.26% -
HSV(B) 248º 0.51% 0.35% -
XYZ 4.02 3.2 9.86 -
YUV 50.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 50 44 89 0.44 0.51 0 0.65 248 0.34 0.26
Hex 32 2C 59 2C 33 0 41 F8 22 1A
Octal 62 54 131 54 63 0 101 370 42 32
Binary 110010 101100 1011001 101100 110011 0 1000001 11111000 100010 11010

Color Harmonies of #322C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C59

Black with #322C59

Text Example


Text Example

White with #322C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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