Color Hex Logo

#326aaa Color Hex

#326AAA
(50,106,170)
0 Favorites   0 Comments

Color spaces of #326aaa

RGB 50106170
HSL0.590.550.43
HSV212°71°67°
CMYK 0.710.380.00   0.33
XYZ13.725113.888539.9876
Yxy13.88850.20300.2054
Hunter Lab37.26730.5217-37.5308
CIE-Lab44.07263.3849-39.6514

#326aaa color RGB value is (50,106,170).

#326aaa hex color red value is 50, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #326aaa hue: 0.59 , saturation: 0.55 and the lightness value of 326aaa is 0.43.

The process color (four color CMYK) of #326aaa color hex is 0.71, 0.38, 0.00, 0.33. Web safe color of #326aaa is #336699. Color #326aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 10101010
Octal 62 152 252
Decimal 50 106 170
Hex 32 6A AA

RGB Percentages of Color #326aaa

%15.34
%32.52
%52.15

CMYK Percentages of Color #326aaa

%71
%38
%0
%33

Triadic Colors of #326aaa

#326aaa #aa326a #6aaa32

Analogous Colors of #326aaa

#326aaa #3632aa #32a6aa

Monochromatic Colors of #326aaa

#326aaa

Complementary Color

#326aaa #aa7232

#326aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#326aaa Color CSS Codes

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

#326aaa Text Font Color

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

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


#326aaa Background Color

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

This div background color is #326aaa


#326aaa Border Color

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

This div border color is #326aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,106,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #326aaa;
  box-shadow:         1px 1px 3px 2px #326aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326aaa


Comments

No comments written yet.

Please login to write comment.