Html Css Color HEX #322574 Paris M

📋 copy color: '#322574'

red 50 ◦ green 37 ◦ blue 116

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

Shades of Paris M #322574

Tints of Paris M #322574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 24.63%
G = 18.23%
B = 57.14%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322574 (or 0x322574) is known color: Paris M. HEX triplet: 32, 25 and 74. RGB value is (50,37,116). Sum of RGB (Red+Green+Blue) = 50+37+116=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #322574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322574 is #CDDA8B. Grayscale: #313131. Windows color (decimal): -13490828 or 7611698. OLE color: 7611698.

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

Color convert

RGB 50 37 116 -
CMYK 0.57 0.68 0 0.55
HSL 249.87º 0.52% 0.3% -
HSV(B) 249.87º 0.68% 0.45% -
XYZ 5.13 3.26 16.88 -
YUV 49.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 50 37 116 0.57 0.68 0 0.55 249.87 0.52 0.3
Hex 32 25 74 39 44 0 37 FA 34 1E
Octal 62 45 164 71 104 0 67 372 64 36
Binary 110010 100101 1110100 111001 1000100 0 110111 11111010 110100 11110

Color Harmonies of #322574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322574

Black with #322574

Text Example


Text Example

White with #322574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322574; }

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

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

background-color css

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

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

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

border-color css

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

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

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