Html Css Color HEX #322573 Paris M

📋 copy color: '#322573'

red 50 ◦ green 37 ◦ blue 115

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

Shades of Paris M #322573

Tints of Paris M #322573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 24.75%
G = 18.32%
B = 56.93%

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

#322573 (or 0x322573) is known color: Paris M. HEX triplet: 32, 25 and 73. RGB value is (50,37,115). Sum of RGB (Red+Green+Blue) = 50+37+115=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #322573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322573 is #CDDA8C. Grayscale: #313131. Windows color (decimal): -13490829 or 7546162. OLE color: 7546162.

HSL color Cylindrical-coordinate representation of color #322573: hue angle of 250º degrees, saturation: 0.51, 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 #322573 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 37 115 -
CMYK 0.57 0.68 0 0.55
HSL 250º 0.51% 0.3% -
HSV(B) 250º 0.68% 0.45% -
XYZ 5.07 3.24 16.58 -
YUV 49.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 50 37 115 0.57 0.68 0 0.55 250 0.51 0.3
Hex 32 25 73 39 44 0 37 FA 33 1E
Octal 62 45 163 71 104 0 67 372 63 36
Binary 110010 100101 1110011 111001 1000100 0 110111 11111010 110011 11110

Color Harmonies of #322573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322573

Black with #322573

Text Example


Text Example

White with #322573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322573; }

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

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

background-color css

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

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

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

border-color css

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

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

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