Html Css Color HEX #322365 Paris M

📋 copy color: '#322365'

red 50 ◦ green 35 ◦ blue 101

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

Shades of Paris M #322365

Tints of Paris M #322365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.3%

R = 26.88%
G = 18.82%
B = 54.3%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#322365 (or 0x322365) is known color: Paris M. HEX triplet: 32, 23 and 65. RGB value is (50,35,101). Sum of RGB (Red+Green+Blue) = 50+35+101=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #322365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322365 is #CDDC9A. Grayscale: #2E2E2E. Windows color (decimal): -13491355 or 6628146. OLE color: 6628146.

HSL color Cylindrical-coordinate representation of color #322365: hue angle of 253.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322365 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 35 101 -
CMYK 0.50 0.65 0 0.60
HSL 253.64º 0.49% 0.27% -
HSV(B) 253.64º 0.65% 0.4% -
XYZ 4.27 2.82 12.63 -
YUV 47.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 50 35 101 0.50 0.65 0 0.60 253.64 0.49 0.27
Hex 32 23 65 32 41 0 3C FE 31 1B
Octal 62 43 145 62 101 0 74 376 61 33
Binary 110010 100011 1100101 110010 1000001 0 111100 11111110 110001 11011

Color Harmonies of #322365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322365

Black with #322365

Text Example


Text Example

White with #322365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322365; }

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

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

background-color css

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

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

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

border-color css

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

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

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