Html Css Color HEX #322373 Paris M

📋 copy color: '#322373'

red 50 ◦ green 35 ◦ blue 115

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

Shades of Paris M #322373

Tints of Paris M #322373

RGB

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

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

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

R = 25%
G = 17.5%
B = 57.5%

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

#322373 (or 0x322373) is known color: Paris M. HEX triplet: 32, 23 and 73. RGB value is (50,35,115). Sum of RGB (Red+Green+Blue) = 50+35+115=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #322373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322373 is #CDDC8C. Grayscale: #303030. Windows color (decimal): -13491341 or 7545650. OLE color: 7545650.

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

Color convert

RGB 50 35 115 -
CMYK 0.57 0.70 0 0.55
HSL 251.25º 0.53% 0.29% -
HSV(B) 251.25º 0.7% 0.45% -
XYZ 5.01 3.12 16.56 -
YUV 48.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 50 35 115 0.57 0.70 0 0.55 251.25 0.53 0.29
Hex 32 23 73 39 46 0 37 FB 35 1D
Octal 62 43 163 71 106 0 67 373 65 35
Binary 110010 100011 1110011 111001 1000110 0 110111 11111011 110101 11101

Color Harmonies of #322373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322373

Black with #322373

Text Example


Text Example

White with #322373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322373; }

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

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

background-color css

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

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

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

border-color css

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

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

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