Color Hex Logo

#324488 Color Hex

#324488
(50,68,136)
0 Favorites   0 Comments

Color spaces of #324488

RGB 5068136
HSL0.630.460.36
HSV227°63°53°
CMYK 0.630.500.00   0.47
XYZ7.82646.589924.1520
Yxy6.58990.20290.1709
Hunter Lab25.67089.4964-37.8126
CIE-Lab30.854515.5671-40.2840

#324488 color RGB value is (50,68,136).

#324488 hex color red value is 50, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #324488 hue: 0.63 , saturation: 0.46 and the lightness value of 324488 is 0.36.

The process color (four color CMYK) of #324488 color hex is 0.63, 0.50, 0.00, 0.47. Web safe color of #324488 is #333399. Color #324488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000100 10001000
Octal 62 104 210
Decimal 50 68 136
Hex 32 44 88

RGB Percentages of Color #324488

%19.69
%26.77
%53.54

CMYK Percentages of Color #324488

%63
%50
%0
%47

Triadic Colors of #324488

#324488 #883244 #448832

Analogous Colors of #324488

#324488 #4b3288 #326f88

Monochromatic Colors of #324488

#324488

Complementary Color

#324488 #887632

#324488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324488 Color CSS Codes

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

#324488 Text Font Color

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

This sample text font color is #324488
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.


#324488 Background Color

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

This div background color is #324488


#324488 Border Color

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

This div border color is #324488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324488


Comments

No comments written yet.

Please login to write comment.