Html Css Color HEX #322464 Paris M

📋 copy color: '#322464'

red 50 ◦ green 36 ◦ blue 100

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

Shades of Paris M #322464

Tints of Paris M #322464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.76%

R = 26.88%
G = 19.35%
B = 53.76%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#322464 (or 0x322464) is known color: Paris M. HEX triplet: 32, 24 and 64. RGB value is (50,36,100). Sum of RGB (Red+Green+Blue) = 50+36+100=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #322464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322464 is #CDDB9B. Grayscale: #2F2F2F. Windows color (decimal): -13491100 or 6562866. OLE color: 6562866.

HSL color Cylindrical-coordinate representation of color #322464: hue angle of 253.12º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322464 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 36 100 -
CMYK 0.50 0.64 0 0.61
HSL 253.13º 0.47% 0.27% -
HSV(B) 253.13º 0.64% 0.39% -
XYZ 4.25 2.86 12.38 -
YUV 47.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 50 36 100 0.50 0.64 0 0.61 253.13 0.47 0.27
Hex 32 24 64 32 40 0 3D FD 2F 1B
Octal 62 44 144 62 100 0 75 375 57 33
Binary 110010 100100 1100100 110010 1000000 0 111101 11111101 101111 11011

Color Harmonies of #322464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322464

Black with #322464

Text Example


Text Example

White with #322464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322464; }

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

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

background-color css

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

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

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

border-color css

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

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

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