Color Hex Logo

#397daf Color Hex

#397DAF
(57,125,175)
0 Favorites   0 Comments

Color spaces of #397daf

RGB 57125175
HSL0.570.510.45
HSV205°67°69°
CMYK 0.670.290.00   0.31
XYZ16.758818.632243.2705
Yxy18.63220.21300.2369
Hunter Lab43.1650-6.2363-29.2193
CIE-Lab50.2541-5.2037-32.8105

#397daf color RGB value is (57,125,175).

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

The process color (four color CMYK) of #397daf color hex is 0.67, 0.29, 0.00, 0.31. Web safe color of #397daf is #336699. Color #397daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 10101111
Octal 71 175 257
Decimal 57 125 175
Hex 39 7D AF

RGB Percentages of Color #397daf

%15.97
%35.01
%49.02

CMYK Percentages of Color #397daf

%67
%29
%0
%31

Triadic Colors of #397daf

#397daf #af397d #7daf39

Analogous Colors of #397daf

#397daf #3942af #39afa6

Monochromatic Colors of #397daf

#397daf

Complementary Color

#397daf #af6b39

#397daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#397daf Color CSS Codes

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

#397daf Text Font Color

<p style="color:#397daf">Text here</p>

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


#397daf Background Color

<div style="background-color:#397daf">
Div content here</div>

This div background color is #397daf


#397daf Border Color

<div style="border:3px solid #397daf">
Div here</div>

This div border color is #397daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397daf


Comments

No comments written yet.

Please login to write comment.