Color Hex Logo

#397baf Color Hex

#397BAF
(57,123,175)
0 Favorites   0 Comments

Color spaces of #397baf

RGB 57123175
HSL0.570.510.45
HSV206°67°69°
CMYK 0.670.300.00   0.31
XYZ16.508218.130943.1870
Yxy18.13090.21210.2330
Hunter Lab42.5804-5.3122-30.3284
CIE-Lab49.6545-4.0238-33.7497

#397baf color RGB value is (57,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 10101111
Octal 71 173 257
Decimal 57 123 175
Hex 39 7B AF

RGB Percentages of Color #397baf

%16.06
%34.65
%49.30

CMYK Percentages of Color #397baf

%67
%30
%0
%31

Triadic Colors of #397baf

#397baf #af397b #7baf39

Analogous Colors of #397baf

#397baf #3940af #39afa8

Monochromatic Colors of #397baf

#397baf

Complementary Color

#397baf #af6d39

#397baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#397baf Color CSS Codes

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

#397baf Text Font Color

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

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


#397baf Background Color

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

This div background color is #397baf


#397baf Border Color

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

This div border color is #397baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397baf


Comments

No comments written yet.

Please login to write comment.