Color Hex Logo

#325baa Color Hex

#325BAA
(50,91,170)
0 Favorites   0 Comments

Color spaces of #325baa

RGB 5091170
HSL0.610.550.43
HSV220°71°67°
CMYK 0.710.460.00   0.33
XYZ12.312211.062639.5166
Yxy11.06260.19580.1759
Hunter Lab33.26057.8704-47.1598
CIE-Lab39.685712.9649-46.6505

#325baa color RGB value is (50,91,170).

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

The process color (four color CMYK) of #325baa color hex is 0.71, 0.46, 0.00, 0.33. Web safe color of #325baa is #336699. Color #325baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011011 10101010
Octal 62 133 252
Decimal 50 91 170
Hex 32 5B AA

RGB Percentages of Color #325baa

%16.08
%29.26
%54.66

CMYK Percentages of Color #325baa

%71
%46
%0
%33

Triadic Colors of #325baa

#325baa #aa325b #5baa32

Analogous Colors of #325baa

#325baa #4532aa #3297aa

Monochromatic Colors of #325baa

#325baa

Complementary Color

#325baa #aa8132

#325baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#325baa Color CSS Codes

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

#325baa Text Font Color

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

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


#325baa Background Color

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

This div background color is #325baa


#325baa Border Color

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

This div border color is #325baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325baa


Comments

No comments written yet.

Please login to write comment.