Html Css Color HEX #322562 Paris M

📋 copy color: '#322562'

red 50 ◦ green 37 ◦ blue 98

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

Shades of Paris M #322562

Tints of Paris M #322562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.97%

R = 27.03%
G = 20%
B = 52.97%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322562 (or 0x322562) is known color: Paris M. HEX triplet: 32, 25 and 62. RGB value is (50,37,98). Sum of RGB (Red+Green+Blue) = 50+37+98=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #322562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322562 is #CDDA9D. Grayscale: #2F2F2F. Windows color (decimal): -13490846 or 6432050. OLE color: 6432050.

HSL color Cylindrical-coordinate representation of color #322562: hue angle of 252.79º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322562 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 37 98 -
CMYK 0.49 0.62 0 0.62
HSL 252.79º 0.45% 0.26% -
HSV(B) 252.79º 0.62% 0.38% -
XYZ 4.18 2.88 11.89 -
YUV 47.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 50 37 98 0.49 0.62 0 0.62 252.79 0.45 0.26
Hex 32 25 62 31 3E 0 3E FD 2D 1A
Octal 62 45 142 61 76 0 76 375 55 32
Binary 110010 100101 1100010 110001 111110 0 111110 11111101 101101 11010

Color Harmonies of #322562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322562

Black with #322562

Text Example


Text Example

White with #322562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322562; }

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

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

background-color css

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

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

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

border-color css

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

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

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