Color Hex Logo

#326daa Color Hex

#326DAA
(50,109,170)
0 Favorites   0 Comments

Color spaces of #326daa

RGB 50109170
HSL0.580.550.43
HSV211°71°67°
CMYK 0.710.360.00   0.33
XYZ14.039714.517740.0924
Yxy14.51770.20450.2115
Hunter Lab38.1021-0.9058-35.7156
CIE-Lab44.96641.5215-38.2354

#326daa color RGB value is (50,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101101 10101010
Octal 62 155 252
Decimal 50 109 170
Hex 32 6D AA

RGB Percentages of Color #326daa

%15.20
%33.13
%51.67

CMYK Percentages of Color #326daa

%71
%36
%0
%33

Triadic Colors of #326daa

#326daa #aa326d #6daa32

Analogous Colors of #326daa

#326daa #3332aa #32a9aa

Monochromatic Colors of #326daa

#326daa

Complementary Color

#326daa #aa6f32

#326daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#326daa Color CSS Codes

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

#326daa Text Font Color

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

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


#326daa Background Color

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

This div background color is #326daa


#326daa Border Color

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

This div border color is #326daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326daa


Comments

No comments written yet.

Please login to write comment.