Color Hex Logo

#322441 Color Hex

#322441
(50,36,65)
0 Favorites   0 Comments

Color spaces of #322441

RGB 503665
HSL0.750.290.20
HSV269°45°25°
CMYK 0.230.450.00   0.75
XYZ2.90042.32155.2963
Yxy2.32150.27580.2207
Hunter Lab15.23657.3153-9.9441
CIE-Lab17.091313.6113-15.9535

#322441 color RGB value is (50,36,65).

#322441 hex color red value is 50, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #322441 hue: 0.75 , saturation: 0.29 and the lightness value of 322441 is 0.20.

The process color (four color CMYK) of #322441 color hex is 0.23, 0.45, 0.00, 0.75. Web safe color of #322441 is #333333. Color #322441 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00100100 01000001
Octal 62 44 101
Decimal 50 36 65
Hex 32 24 41

RGB Percentages of Color #322441

%33.11
%23.84
%43.05

CMYK Percentages of Color #322441

%23
%45
%0
%75

Triadic Colors of #322441

#322441 #413224 #244132

Analogous Colors of #322441

#322441 #412441 #242541

Monochromatic Colors of #322441

#322441

Complementary Color

#322441 #334124

#322441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#322441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#322441 Color CSS Codes

.mybgcolor {background-color:#322441; } 
.myforecolor {color:#322441; }
.mybordercolor {border:3px solid #322441; }

#322441 Text Font Color

<p style="color:#322441">Text here</p>

This sample text font color is #322441
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#322441 Background Color

<div style="background-color:#322441">
Div content here</div>

This div background color is #322441


#322441 Border Color

<div style="border:3px solid #322441">
Div here</div>

This div border color is #322441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,36,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #322441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #322441;
  -webkit-box-shadow: 1px 1px 3px 2px #322441;
  box-shadow:         1px 1px 3px 2px #322441; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,36,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #322441">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #322441;
  -webkit-box-shadow: 1px 1px 3px 2px #322441;
  box-shadow:         1px 1px 3px 2px #322441;">
Div content here</div>

This div box has shadow with color #322441


Comments

No comments written yet.

Please login to write comment.