Color Hex Logo

#325e8b Color Hex

#325E8B
(50,94,139)
0 Favorites   0 Comments

Color spaces of #325e8b

RGB 5094139
HSL0.580.470.37
HSV210°64°55°
CMYK 0.640.320.00   0.45
XYZ9.978310.547625.9361
Yxy10.54760.21480.2270
Hunter Lab32.4771-1.9923-24.6149
CIE-Lab38.8078-0.3688-29.4818

#325e8b color RGB value is (50,94,139).

#325e8b hex color red value is 50, green value is 94 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #325e8b hue: 0.58 , saturation: 0.47 and the lightness value of 325e8b is 0.37.

The process color (four color CMYK) of #325e8b color hex is 0.64, 0.32, 0.00, 0.45. Web safe color of #325e8b is #336699. Color #325e8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 10001011
Octal 62 136 213
Decimal 50 94 139
Hex 32 5E 8B

RGB Percentages of Color #325e8b

%17.67
%33.22
%49.12

CMYK Percentages of Color #325e8b

%64
%32
%0
%45

Triadic Colors of #325e8b

#325e8b #8b325e #5e8b32

Analogous Colors of #325e8b

#325e8b #33328b #328b8b

Monochromatic Colors of #325e8b

#325e8b

Complementary Color

#325e8b #8b5f32

#325e8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325e8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#325e8b Color CSS Codes

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

#325e8b Text Font Color

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

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


#325e8b Background Color

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

This div background color is #325e8b


#325e8b Border Color

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

This div border color is #325e8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325e8b


Comments

No comments written yet.

Please login to write comment.