Html Css Color HEX #322369 Paris M

📋 copy color: '#322369'

red 50 ◦ green 35 ◦ blue 105

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

Shades of Paris M #322369

Tints of Paris M #322369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 26.32%
G = 18.42%
B = 55.26%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#322369 (or 0x322369) is known color: Paris M. HEX triplet: 32, 23 and 69. RGB value is (50,35,105). Sum of RGB (Red+Green+Blue) = 50+35+105=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #322369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322369 is #CDDC96. Grayscale: #2F2F2F. Windows color (decimal): -13491351 or 6890290. OLE color: 6890290.

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

Color convert

RGB 50 35 105 -
CMYK 0.52 0.67 0 0.59
HSL 252.86º 0.5% 0.27% -
HSV(B) 252.86º 0.67% 0.41% -
XYZ 4.47 2.9 13.69 -
YUV 47.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 50 35 105 0.52 0.67 0 0.59 252.86 0.5 0.27
Hex 32 23 69 34 43 0 3B FD 32 1B
Octal 62 43 151 64 103 0 73 375 62 33
Binary 110010 100011 1101001 110100 1000011 0 111011 11111101 110010 11011

Color Harmonies of #322369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322369

Black with #322369

Text Example


Text Example

White with #322369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322369; }

 p { color: rgb(50,35,105); }

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

background-color css

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

 a { background-color: rgb(50,35,105); }

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

border-color css

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

 span { border-color: rgb(50,35,105); }

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