Html Css Color HEX #322E59 Paris M

📋 copy color: '#322E59'

red 50 ◦ green 46 ◦ blue 89

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

Shades of Paris M #322E59

Tints of Paris M #322E59

RGB

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

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

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

R = 27.03%
G = 24.86%
B = 48.11%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#322E59 (or 0x322E59) is known color: Paris M. HEX triplet: 32, 2E and 59. RGB value is (50,46,89). Sum of RGB (Red+Green+Blue) = 50+46+89=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #322E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E59 is #CDD1A6. Grayscale: #333333. Windows color (decimal): -13488551 or 5844530. OLE color: 5844530.

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

Color convert

RGB 50 46 89 -
CMYK 0.44 0.48 0 0.65
HSL 245.58º 0.32% 0.26% -
HSV(B) 245.58º 0.48% 0.35% -
XYZ 4.1 3.35 9.88 -
YUV 52.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 50 46 89 0.44 0.48 0 0.65 245.58 0.32 0.26
Hex 32 2E 59 2C 30 0 41 F6 20 1A
Octal 62 56 131 54 60 0 101 366 40 32
Binary 110010 101110 1011001 101100 110000 0 1000001 11110110 100000 11010

Color Harmonies of #322E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322E59

Black with #322E59

Text Example


Text Example

White with #322E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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