Html Css Color HEX #322774 Paris M

📋 copy color: '#322774'

red 50 ◦ green 39 ◦ blue 116

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

Shades of Paris M #322774

Tints of Paris M #322774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 24.39%
G = 19.02%
B = 56.59%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322774 (or 0x322774) is known color: Paris M. HEX triplet: 32, 27 and 74. RGB value is (50,39,116). Sum of RGB (Red+Green+Blue) = 50+39+116=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #322774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322774 is #CDD88B. Grayscale: #323232. Windows color (decimal): -13490316 or 7612210. OLE color: 7612210.

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

Color convert

RGB 50 39 116 -
CMYK 0.57 0.66 0 0.55
HSL 248.57º 0.5% 0.3% -
HSV(B) 248.57º 0.66% 0.45% -
XYZ 5.19 3.39 16.9 -
YUV 51.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 50 39 116 0.57 0.66 0 0.55 248.57 0.5 0.3
Hex 32 27 74 39 42 0 37 F9 32 1E
Octal 62 47 164 71 102 0 67 371 62 36
Binary 110010 100111 1110100 111001 1000010 0 110111 11111001 110010 11110

Color Harmonies of #322774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322774

Black with #322774

Text Example


Text Example

White with #322774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322774; }

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

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

background-color css

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

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

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

border-color css

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

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

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