Html Css Color HEX #322B65 Paris M

📋 copy color: '#322B65'

red 50 ◦ green 43 ◦ blue 101

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

Shades of Paris M #322B65

Tints of Paris M #322B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.06%

R = 25.77%
G = 22.16%
B = 52.06%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#322B65 (or 0x322B65) is known color: Paris M. HEX triplet: 32, 2B and 65. RGB value is (50,43,101). Sum of RGB (Red+Green+Blue) = 50+43+101=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #322B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B65 is #CDD49A. Grayscale: #333333. Windows color (decimal): -13489307 or 6630194. OLE color: 6630194.

HSL color Cylindrical-coordinate representation of color #322B65: hue angle of 247.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322B65 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 43 101 -
CMYK 0.50 0.57 0 0.60
HSL 247.24º 0.4% 0.28% -
HSV(B) 247.24º 0.57% 0.4% -
XYZ 4.53 3.35 12.72 -
YUV 51.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 50 43 101 0.50 0.57 0 0.60 247.24 0.4 0.28
Hex 32 2B 65 32 39 0 3C F7 28 1C
Octal 62 53 145 62 71 0 74 367 50 34
Binary 110010 101011 1100101 110010 111001 0 111100 11110111 101000 11100

Color Harmonies of #322B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B65

Black with #322B65

Text Example


Text Example

White with #322B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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