Html Css Color HEX #322374 Paris M

📋 copy color: '#322374'

red 50 ◦ green 35 ◦ blue 116

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

Shades of Paris M #322374

Tints of Paris M #322374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 24.88%
G = 17.41%
B = 57.71%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322374 (or 0x322374) is known color: Paris M. HEX triplet: 32, 23 and 74. RGB value is (50,35,116). Sum of RGB (Red+Green+Blue) = 50+35+116=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #322374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322374 is #CDDC8B. Grayscale: #303030. Windows color (decimal): -13491340 or 7611186. OLE color: 7611186.

HSL color Cylindrical-coordinate representation of color #322374: hue angle of 251.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322374 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 35 116 -
CMYK 0.57 0.70 0 0.55
HSL 251.11º 0.54% 0.3% -
HSV(B) 251.11º 0.7% 0.45% -
XYZ 5.07 3.14 16.86 -
YUV 48.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 50 35 116 0.57 0.70 0 0.55 251.11 0.54 0.3
Hex 32 23 74 39 46 0 37 FB 36 1E
Octal 62 43 164 71 106 0 67 373 66 36
Binary 110010 100011 1110100 111001 1000110 0 110111 11111011 110110 11110

Color Harmonies of #322374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322374

Black with #322374

Text Example


Text Example

White with #322374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322374; }

 p { color: rgb(50,35,116); }

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

background-color css

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

 a { background-color: rgb(50,35,116); }

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

border-color css

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

 span { border-color: rgb(50,35,116); }

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