Html Css Color HEX #322C68 Paris M

📋 copy color: '#322C68'

red 50 ◦ green 44 ◦ blue 104

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

Shades of Paris M #322C68

Tints of Paris M #322C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.22%

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 25.25%
G = 22.22%
B = 52.53%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#322C68 (or 0x322C68) is known color: Paris M. HEX triplet: 32, 2C and 68. RGB value is (50,44,104). Sum of RGB (Red+Green+Blue) = 50+44+104=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #322C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C68 is #CDD397. Grayscale: #343434. Windows color (decimal): -13489048 or 6827058. OLE color: 6827058.

HSL color Cylindrical-coordinate representation of color #322C68: hue angle of 246º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322C68 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 44 104 -
CMYK 0.52 0.58 0 0.59
HSL 246º 0.41% 0.29% -
HSV(B) 246º 0.58% 0.41% -
XYZ 4.71 3.48 13.52 -
YUV 52.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 50 44 104 0.52 0.58 0 0.59 246 0.41 0.29
Hex 32 2C 68 34 3A 0 3B F6 29 1D
Octal 62 54 150 64 72 0 73 366 51 35
Binary 110010 101100 1101000 110100 111010 0 111011 11110110 101001 11101

Color Harmonies of #322C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C68

Black with #322C68

Text Example


Text Example

White with #322C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,44,104); }

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

background-color css

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

 a { background-color: rgb(50,44,104); }

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

border-color css

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

 span { border-color: rgb(50,44,104); }

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