Html Css Color HEX #322269 Paris M

📋 copy color: '#322269'

red 50 ◦ green 34 ◦ blue 105

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

Shades of Paris M #322269

Tints of Paris M #322269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 26.46%
G = 17.99%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#322269 (or 0x322269) is known color: Paris M. HEX triplet: 32, 22 and 69. RGB value is (50,34,105). Sum of RGB (Red+Green+Blue) = 50+34+105=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #322269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322269 is #CDDD96. Grayscale: #2E2E2E. Windows color (decimal): -13491607 or 6890034. OLE color: 6890034.

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

Color convert

RGB 50 34 105 -
CMYK 0.52 0.68 0 0.59
HSL 253.52º 0.51% 0.27% -
HSV(B) 253.52º 0.68% 0.41% -
XYZ 4.44 2.84 13.68 -
YUV 46.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 50 34 105 0.52 0.68 0 0.59 253.52 0.51 0.27
Hex 32 22 69 34 44 0 3B FE 33 1B
Octal 62 42 151 64 104 0 73 376 63 33
Binary 110010 100010 1101001 110100 1000100 0 111011 11111110 110011 11011

Color Harmonies of #322269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322269

Black with #322269

Text Example


Text Example

White with #322269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322269; }

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

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

background-color css

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

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

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

border-color css

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

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

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