Color Hex Logo

#397ebe Color Hex

#397EBE
(57,126,190)
0 Favorites   0 Comments

Color spaces of #397ebe

RGB 57126190
HSL0.580.540.48
HSV209°70°75°
CMYK 0.700.340.00   0.25
XYZ18.442519.509351.5088
Yxy19.50930.20620.2181
Hunter Lab44.1693-2.7653-38.2235
CIE-Lab51.2778-0.5249-39.8407

#397ebe color RGB value is (57,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111110 10111110
Octal 71 176 276
Decimal 57 126 190
Hex 39 7E BE

RGB Percentages of Color #397ebe

%15.28
%33.78
%50.94

CMYK Percentages of Color #397ebe

%70
%34
%0
%25

Triadic Colors of #397ebe

#397ebe #be397e #7ebe39

Analogous Colors of #397ebe

#397ebe #393cbe #39bebc

Monochromatic Colors of #397ebe

#397ebe

Complementary Color

#397ebe #be7939

#397ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ebe Color CSS Codes

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

#397ebe Text Font Color

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

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


#397ebe Background Color

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

This div background color is #397ebe


#397ebe Border Color

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

This div border color is #397ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ebe


Comments

No comments written yet.

Please login to write comment.