Html Css Color HEX #322462 Paris M

📋 copy color: '#322462'

red 50 ◦ green 36 ◦ blue 98

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

Shades of Paris M #322462

Tints of Paris M #322462

RGB

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

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

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

R = 27.17%
G = 19.57%
B = 53.26%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322462 (or 0x322462) is known color: Paris M. HEX triplet: 32, 24 and 62. RGB value is (50,36,98). Sum of RGB (Red+Green+Blue) = 50+36+98=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #322462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322462 is #CDDB9D. Grayscale: #2F2F2F. Windows color (decimal): -13491102 or 6431794. OLE color: 6431794.

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

Color convert

RGB 50 36 98 -
CMYK 0.49 0.63 0 0.62
HSL 253.55º 0.46% 0.26% -
HSV(B) 253.55º 0.63% 0.38% -
XYZ 4.15 2.82 11.88 -
YUV 47.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 50 36 98 0.49 0.63 0 0.62 253.55 0.46 0.26
Hex 32 24 62 31 3F 0 3E FE 2E 1A
Octal 62 44 142 61 77 0 76 376 56 32
Binary 110010 100100 1100010 110001 111111 0 111110 11111110 101110 11010

Color Harmonies of #322462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322462

Black with #322462

Text Example


Text Example

White with #322462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322462; }

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

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

background-color css

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

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

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

border-color css

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

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

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