Html Css Color HEX #322C62 Paris M

📋 copy color: '#322C62'

red 50 ◦ green 44 ◦ blue 98

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

Shades of Paris M #322C62

Tints of Paris M #322C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 26.04%
G = 22.92%
B = 51.04%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322C62 (or 0x322C62) is known color: Paris M. HEX triplet: 32, 2C and 62. RGB value is (50,44,98). Sum of RGB (Red+Green+Blue) = 50+44+98=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #322C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C62 is #CDD39D. Grayscale: #333333. Windows color (decimal): -13489054 or 6433842. OLE color: 6433842.

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

Color convert

RGB 50 44 98 -
CMYK 0.49 0.55 0 0.62
HSL 246.67º 0.38% 0.28% -
HSV(B) 246.67º 0.55% 0.38% -
XYZ 4.42 3.36 11.97 -
YUV 51.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 50 44 98 0.49 0.55 0 0.62 246.67 0.38 0.28
Hex 32 2C 62 31 37 0 3E F7 26 1C
Octal 62 54 142 61 67 0 76 367 46 34
Binary 110010 101100 1100010 110001 110111 0 111110 11110111 100110 11100

Color Harmonies of #322C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C62

Black with #322C62

Text Example


Text Example

White with #322C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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