Html Css Color HEX #322675 Paris M

📋 copy color: '#322675'

red 50 ◦ green 38 ◦ blue 117

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

Shades of Paris M #322675

Tints of Paris M #322675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 24.39%
G = 18.54%
B = 57.07%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322675 (or 0x322675) is known color: Paris M. HEX triplet: 32, 26 and 75. RGB value is (50,38,117). Sum of RGB (Red+Green+Blue) = 50+38+117=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #322675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322675 is #CDD98A. Grayscale: #323232. Windows color (decimal): -13490571 or 7677490. OLE color: 7677490.

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

Color convert

RGB 50 38 117 -
CMYK 0.57 0.68 0 0.54
HSL 249.11º 0.51% 0.3% -
HSV(B) 249.11º 0.68% 0.46% -
XYZ 5.22 3.35 17.2 -
YUV 50.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 50 38 117 0.57 0.68 0 0.54 249.11 0.51 0.3
Hex 32 26 75 39 44 0 36 F9 33 1E
Octal 62 46 165 71 104 0 66 371 63 36
Binary 110010 100110 1110101 111001 1000100 0 110110 11111001 110011 11110

Color Harmonies of #322675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322675

Black with #322675

Text Example


Text Example

White with #322675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322675; }

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

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

background-color css

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

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

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

border-color css

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

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

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