Html Css Color HEX #322674 Paris M

📋 copy color: '#322674'

red 50 ◦ green 38 ◦ blue 116

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

Shades of Paris M #322674

Tints of Paris M #322674

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 24.51%
G = 18.63%
B = 56.86%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322674 (or 0x322674) is known color: Paris M. HEX triplet: 32, 26 and 74. RGB value is (50,38,116). Sum of RGB (Red+Green+Blue) = 50+38+116=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #322674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322674 is #CDD98B. Grayscale: #323232. Windows color (decimal): -13490572 or 7611954. OLE color: 7611954.

HSL color Cylindrical-coordinate representation of color #322674: hue angle of 249.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322674 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 38 116 -
CMYK 0.57 0.67 0 0.55
HSL 249.23º 0.51% 0.3% -
HSV(B) 249.23º 0.67% 0.45% -
XYZ 5.16 3.33 16.89 -
YUV 50.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 50 38 116 0.57 0.67 0 0.55 249.23 0.51 0.3
Hex 32 26 74 39 43 0 37 F9 33 1E
Octal 62 46 164 71 103 0 67 371 63 36
Binary 110010 100110 1110100 111001 1000011 0 110111 11111001 110011 11110

Color Harmonies of #322674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322674

Black with #322674

Text Example


Text Example

White with #322674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322674; }

 p { color: rgb(50,38,116); }

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

background-color css

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

 a { background-color: rgb(50,38,116); }

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

border-color css

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

 span { border-color: rgb(50,38,116); }

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