Color Hex Logo

#397fbe Color Hex

#397FBE
(57,127,190)
0 Favorites   0 Comments

Color spaces of #397fbe

RGB 57127190
HSL0.580.540.48
HSV208°70°75°
CMYK 0.700.330.00   0.25
XYZ18.571019.766351.5517
Yxy19.76630.20660.2199
Hunter Lab44.4593-3.2429-37.6268
CIE-Lab51.5719-1.1220-39.3768

#397fbe color RGB value is (57,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 10111110
Octal 71 177 276
Decimal 57 127 190
Hex 39 7F BE

RGB Percentages of Color #397fbe

%15.24
%33.96
%50.80

CMYK Percentages of Color #397fbe

%70
%33
%0
%25

Triadic Colors of #397fbe

#397fbe #be397f #7fbe39

Analogous Colors of #397fbe

#397fbe #393dbe #39bebb

Monochromatic Colors of #397fbe

#397fbe

Complementary Color

#397fbe #be7839

#397fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#397fbe Color CSS Codes

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

#397fbe Text Font Color

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

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


#397fbe Background Color

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

This div background color is #397fbe


#397fbe Border Color

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

This div border color is #397fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397fbe


Comments

No comments written yet.

Please login to write comment.