Color Hex Logo

#397bbe Color Hex

#397BBE
(57,123,190)
0 Favorites   0 Comments

Color spaces of #397bbe

RGB 57123190
HSL0.580.540.48
HSV210°70°75°
CMYK 0.700.350.00   0.25
XYZ18.064618.753551.3829
Yxy18.75350.20480.2126
Hunter Lab43.3053-1.3239-40.0354
CIE-Lab50.39761.2786-41.2313

#397bbe color RGB value is (57,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 10111110
Octal 71 173 276
Decimal 57 123 190
Hex 39 7B BE

RGB Percentages of Color #397bbe

%15.41
%33.24
%51.35

CMYK Percentages of Color #397bbe

%70
%35
%0
%25

Triadic Colors of #397bbe

#397bbe #be397b #7bbe39

Analogous Colors of #397bbe

#397bbe #3939be #39bebe

Monochromatic Colors of #397bbe

#397bbe

Complementary Color

#397bbe #be7c39

#397bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bbe Color CSS Codes

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

#397bbe Text Font Color

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

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


#397bbe Background Color

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

This div background color is #397bbe


#397bbe Border Color

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

This div border color is #397bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bbe


Comments

No comments written yet.

Please login to write comment.