Color Hex Logo

#397ebf Color Hex

#397EBF
(57,126,191)
0 Favorites   0 Comments

Color spaces of #397ebf

RGB 57126191
HSL0.580.540.49
HSV209°70°75°
CMYK 0.700.340.00   0.25
XYZ18.552219.553252.0865
Yxy19.55320.20570.2168
Hunter Lab44.2190-2.4931-38.8857
CIE-Lab51.3282-0.1694-40.3342

#397ebf color RGB value is (57,126,191).

#397ebf hex color red value is 57, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #397ebf hue: 0.58 , saturation: 0.54 and the lightness value of 397ebf is 0.49.

The process color (four color CMYK) of #397ebf color hex is 0.70, 0.34, 0.00, 0.25. Web safe color of #397ebf is #3366cc. Color #397ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111110 10111111
Octal 71 176 277
Decimal 57 126 191
Hex 39 7E BF

RGB Percentages of Color #397ebf

%15.24
%33.69
%51.07

CMYK Percentages of Color #397ebf

%70
%34
%0
%25

Triadic Colors of #397ebf

#397ebf #bf397e #7ebf39

Analogous Colors of #397ebf

#397ebf #393bbf #39bfbd

Monochromatic Colors of #397ebf

#397ebf

Complementary Color

#397ebf #bf7a39

#397ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ebf Color CSS Codes

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

#397ebf Text Font Color

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

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


#397ebf Background Color

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

This div background color is #397ebf


#397ebf Border Color

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

This div border color is #397ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ebf


Comments

No comments written yet.

Please login to write comment.