Html Css Color HEX #322B66 Paris M

📋 copy color: '#322B66'

red 50 ◦ green 43 ◦ blue 102

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

Shades of Paris M #322B66

Tints of Paris M #322B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 25.64%
G = 22.05%
B = 52.31%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#322B66 (or 0x322B66) is known color: Paris M. HEX triplet: 32, 2B and 66. RGB value is (50,43,102). Sum of RGB (Red+Green+Blue) = 50+43+102=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #322B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B66 is #CDD499. Grayscale: #333333. Windows color (decimal): -13489306 or 6695730. OLE color: 6695730.

HSL color Cylindrical-coordinate representation of color #322B66: hue angle of 247.12º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322B66 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 43 102 -
CMYK 0.51 0.58 0 0.6
HSL 247.12º 0.41% 0.28% -
HSV(B) 247.12º 0.58% 0.4% -
XYZ 4.58 3.37 12.98 -
YUV 51.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 50 43 102 0.51 0.58 0 0.6 247.12 0.41 0.28
Hex 32 2B 66 33 3A 0 3C F7 29 1C
Octal 62 53 146 63 72 0 74 367 51 34
Binary 110010 101011 1100110 110011 111010 0 111100 11110111 101001 11100

Color Harmonies of #322B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B66

Black with #322B66

Text Example


Text Example

White with #322B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322B66; }

 p { color: rgb(50,43,102); }

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

background-color css

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

 a { background-color: rgb(50,43,102); }

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

border-color css

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

 span { border-color: rgb(50,43,102); }

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