Html Css Color HEX #322B60 Paris M

📋 copy color: '#322B60'

red 50 ◦ green 43 ◦ blue 96

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

Shades of Paris M #322B60

Tints of Paris M #322B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.75%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 26.46%
G = 22.75%
B = 50.79%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322B60 (or 0x322B60) is known color: Paris M. HEX triplet: 32, 2B and 60. RGB value is (50,43,96). Sum of RGB (Red+Green+Blue) = 50+43+96=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #322B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B60 is #CDD49F. Grayscale: #323232. Windows color (decimal): -13489312 or 6302514. OLE color: 6302514.

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

Color convert

RGB 50 43 96 -
CMYK 0.48 0.55 0 0.62
HSL 247.92º 0.38% 0.27% -
HSV(B) 247.92º 0.55% 0.38% -
XYZ 4.29 3.25 11.47 -
YUV 51.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 50 43 96 0.48 0.55 0 0.62 247.92 0.38 0.27
Hex 32 2B 60 30 37 0 3E F8 26 1B
Octal 62 53 140 60 67 0 76 370 46 33
Binary 110010 101011 1100000 110000 110111 0 111110 11111000 100110 11011

Color Harmonies of #322B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B60

Black with #322B60

Text Example


Text Example

White with #322B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322B60; }

 p { color: rgb(50,43,96); }

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

background-color css

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

 a { background-color: rgb(50,43,96); }

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

border-color css

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

 span { border-color: rgb(50,43,96); }

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