Html Css Color HEX #322473 Paris M

📋 copy color: '#322473'

red 50 ◦ green 36 ◦ blue 115

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

Shades of Paris M #322473

Tints of Paris M #322473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 24.88%
G = 17.91%
B = 57.21%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322473 (or 0x322473) is known color: Paris M. HEX triplet: 32, 24 and 73. RGB value is (50,36,115). Sum of RGB (Red+Green+Blue) = 50+36+115=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #322473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322473 is #CDDB8C. Grayscale: #303030. Windows color (decimal): -13491085 or 7545906. OLE color: 7545906.

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

Color convert

RGB 50 36 115 -
CMYK 0.57 0.69 0 0.55
HSL 250.63º 0.52% 0.3% -
HSV(B) 250.63º 0.69% 0.45% -
XYZ 5.04 3.18 16.57 -
YUV 49.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 50 36 115 0.57 0.69 0 0.55 250.63 0.52 0.3
Hex 32 24 73 39 45 0 37 FB 34 1E
Octal 62 44 163 71 105 0 67 373 64 36
Binary 110010 100100 1110011 111001 1000101 0 110111 11111011 110100 11110

Color Harmonies of #322473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322473

Black with #322473

Text Example


Text Example

White with #322473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322473; }

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

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

background-color css

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

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

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

border-color css

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

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

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