Color Hex Logo

#395daa Color Hex

#395DAA
(57,93,170)
0 Favorites   0 Comments

Color spaces of #395daa

RGB 5793170
HSL0.610.500.45
HSV221°66°67°
CMYK 0.660.450.00   0.33
XYZ12.857411.600839.5917
Yxy11.60080.20070.1811
Hunter Lab34.05997.7776-45.0775
CIE-Lab40.574512.8143-45.2084

#395daa color RGB value is (57,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011101 10101010
Octal 71 135 252
Decimal 57 93 170
Hex 39 5D AA

RGB Percentages of Color #395daa

%17.81
%29.06
%53.13

CMYK Percentages of Color #395daa

%66
%45
%0
%33

Triadic Colors of #395daa

#395daa #aa395d #5daa39

Analogous Colors of #395daa

#395daa #4e39aa #3996aa

Monochromatic Colors of #395daa

#395daa

Complementary Color

#395daa #aa8639

#395daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#395daa Color CSS Codes

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

#395daa Text Font Color

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

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


#395daa Background Color

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

This div background color is #395daa


#395daa Border Color

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

This div border color is #395daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395daa


Comments

No comments written yet.

Please login to write comment.