Color Hex Logo

#395aaf Color Hex

#395AAF
(57,90,175)
0 Favorites   0 Comments

Color spaces of #395aaf

RGB 5790175
HSL0.620.510.45
HSV223°67°69°
CMYK 0.670.490.00   0.31
XYZ13.081411.277342.0447
Yxy11.27730.19700.1698
Hunter Lab33.581710.7649-50.7246
CIE-Lab40.043616.5844-49.0129

#395aaf color RGB value is (57,90,175).

#395aaf hex color red value is 57, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #395aaf hue: 0.62 , saturation: 0.51 and the lightness value of 395aaf is 0.45.

The process color (four color CMYK) of #395aaf color hex is 0.67, 0.49, 0.00, 0.31. Web safe color of #395aaf is #336699. Color #395aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011010 10101111
Octal 71 132 257
Decimal 57 90 175
Hex 39 5A AF

RGB Percentages of Color #395aaf

%17.70
%27.95
%54.35

CMYK Percentages of Color #395aaf

%67
%49
%0
%31

Triadic Colors of #395aaf

#395aaf #af395a #5aaf39

Analogous Colors of #395aaf

#395aaf #5339af #3995af

Monochromatic Colors of #395aaf

#395aaf

Complementary Color

#395aaf #af8e39

#395aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#395aaf Color CSS Codes

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

#395aaf Text Font Color

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

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


#395aaf Background Color

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

This div background color is #395aaf


#395aaf Border Color

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

This div border color is #395aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,90,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395aaf


Comments

No comments written yet.

Please login to write comment.