Color Hex Logo

#395eaa Color Hex

#395EAA
(57,94,170)
0 Favorites   0 Comments

Color spaces of #395eaa

RGB 5794170
HSL0.610.500.45
HSV220°66°67°
CMYK 0.660.450.00   0.33
XYZ12.945711.777539.6212
Yxy11.77750.20120.1830
Hunter Lab34.31847.2773-44.4286
CIE-Lab40.860312.1687-44.7511

#395eaa color RGB value is (57,94,170).

#395eaa hex color red value is 57, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #395eaa hue: 0.61 , saturation: 0.50 and the lightness value of 395eaa is 0.45.

The process color (four color CMYK) of #395eaa color hex is 0.66, 0.45, 0.00, 0.33. Web safe color of #395eaa is #336699. Color #395eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 10101010
Octal 71 136 252
Decimal 57 94 170
Hex 39 5E AA

RGB Percentages of Color #395eaa

%17.76
%29.28
%52.96

CMYK Percentages of Color #395eaa

%66
%45
%0
%33

Triadic Colors of #395eaa

#395eaa #aa395e #5eaa39

Analogous Colors of #395eaa

#395eaa #4c39aa #3997aa

Monochromatic Colors of #395eaa

#395eaa

Complementary Color

#395eaa #aa8539

#395eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#395eaa Color CSS Codes

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

#395eaa Text Font Color

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

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


#395eaa Background Color

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

This div background color is #395eaa


#395eaa Border Color

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

This div border color is #395eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395eaa


Comments

No comments written yet.

Please login to write comment.