Html Css Color HEX #322468 Paris M

📋 copy color: '#322468'

red 50 ◦ green 36 ◦ blue 104

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

Shades of Paris M #322468

Tints of Paris M #322468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 26.32%
G = 18.95%
B = 54.74%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#322468 (or 0x322468) is known color: Paris M. HEX triplet: 32, 24 and 68. RGB value is (50,36,104). Sum of RGB (Red+Green+Blue) = 50+36+104=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #322468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322468 is #CDDB97. Grayscale: #2F2F2F. Windows color (decimal): -13491096 or 6825010. OLE color: 6825010.

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

Color convert

RGB 50 36 104 -
CMYK 0.52 0.65 0 0.59
HSL 252.35º 0.49% 0.27% -
HSV(B) 252.35º 0.65% 0.41% -
XYZ 4.44 2.94 13.43 -
YUV 47.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 50 36 104 0.52 0.65 0 0.59 252.35 0.49 0.27
Hex 32 24 68 34 41 0 3B FC 31 1B
Octal 62 44 150 64 101 0 73 374 61 33
Binary 110010 100100 1101000 110100 1000001 0 111011 11111100 110001 11011

Color Harmonies of #322468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322468

Black with #322468

Text Example


Text Example

White with #322468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322468; }

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

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

background-color css

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

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

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

border-color css

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

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

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