Color Hex Logo

#326eaa Color Hex

#326EAA
(50,110,170)
0 Favorites   0 Comments

Color spaces of #326eaa

RGB 50110170
HSL0.580.550.43
HSV210°71°67°
CMYK 0.710.350.00   0.33
XYZ14.147014.732240.1282
Yxy14.73220.20500.2135
Hunter Lab38.3825-1.3781-35.1187
CIE-Lab45.26520.9052-37.7629

#326eaa color RGB value is (50,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101110 10101010
Octal 62 156 252
Decimal 50 110 170
Hex 32 6E AA

RGB Percentages of Color #326eaa

%15.15
%33.33
%51.52

CMYK Percentages of Color #326eaa

%71
%35
%0
%33

Triadic Colors of #326eaa

#326eaa #aa326e #6eaa32

Analogous Colors of #326eaa

#326eaa #3232aa #32aaaa

Monochromatic Colors of #326eaa

#326eaa

Complementary Color

#326eaa #aa6e32

#326eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#326eaa Color CSS Codes

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

#326eaa Text Font Color

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

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


#326eaa Background Color

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

This div background color is #326eaa


#326eaa Border Color

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

This div border color is #326eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,110,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 #326eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326eaa


Comments

No comments written yet.

Please login to write comment.