Color Hex Logo

#397bbd Color Hex

#397BBD
(57,123,189)
0 Favorites   0 Comments

Color spaces of #397bbd

RGB 57123189
HSL0.580.540.48
HSV210°70°74°
CMYK 0.700.350.00   0.26
XYZ17.955618.709950.8091
Yxy18.70990.20530.2139
Hunter Lab43.2549-1.5988-39.3661
CIE-Lab50.34610.9212-40.7383

#397bbd color RGB value is (57,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 10111101
Octal 71 173 275
Decimal 57 123 189
Hex 39 7B BD

RGB Percentages of Color #397bbd

%15.45
%33.33
%51.22

CMYK Percentages of Color #397bbd

%70
%35
%0
%26

Triadic Colors of #397bbd

#397bbd #bd397b #7bbd39

Analogous Colors of #397bbd

#397bbd #3939bd #39bdbd

Monochromatic Colors of #397bbd

#397bbd

Complementary Color

#397bbd #bd7b39

#397bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bbd Color CSS Codes

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

#397bbd Text Font Color

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

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


#397bbd Background Color

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

This div background color is #397bbd


#397bbd Border Color

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

This div border color is #397bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bbd


Comments

No comments written yet.

Please login to write comment.