Html Css Color HEX #322262 Paris M

📋 copy color: '#322262'

red 50 ◦ green 34 ◦ blue 98

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

Shades of Paris M #322262

Tints of Paris M #322262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 27.47%
G = 18.68%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322262 (or 0x322262) is known color: Paris M. HEX triplet: 32, 22 and 62. RGB value is (50,34,98). Sum of RGB (Red+Green+Blue) = 50+34+98=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #322262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322262 is #CDDD9D. Grayscale: #2D2D2D. Windows color (decimal): -13491614 or 6431282. OLE color: 6431282.

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

Color convert

RGB 50 34 98 -
CMYK 0.49 0.65 0 0.62
HSL 255º 0.48% 0.26% -
HSV(B) 255º 0.65% 0.38% -
XYZ 4.09 2.7 11.86 -
YUV 46.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 50 34 98 0.49 0.65 0 0.62 255 0.48 0.26
Hex 32 22 62 31 41 0 3E FF 30 1A
Octal 62 42 142 61 101 0 76 377 60 32
Binary 110010 100010 1100010 110001 1000001 0 111110 11111111 110000 11010

Color Harmonies of #322262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322262

Black with #322262

Text Example


Text Example

White with #322262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322262; }

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

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

background-color css

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

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

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

border-color css

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

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

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