Color Hex Logo

#397dbd Color Hex

#397DBD
(57,125,189)
0 Favorites   0 Comments

Color spaces of #397dbd

RGB 57125189
HSL0.580.540.48
HSV209°70°74°
CMYK 0.700.340.00   0.26
XYZ18.206319.211250.8927
Yxy19.21120.20620.2175
Hunter Lab43.8306-2.5584-38.1616
CIE-Lab50.9334-0.2814-39.8107

#397dbd color RGB value is (57,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 10111101
Octal 71 175 275
Decimal 57 125 189
Hex 39 7D BD

RGB Percentages of Color #397dbd

%15.36
%33.69
%50.94

CMYK Percentages of Color #397dbd

%70
%34
%0
%26

Triadic Colors of #397dbd

#397dbd #bd397d #7dbd39

Analogous Colors of #397dbd

#397dbd #393bbd #39bdbb

Monochromatic Colors of #397dbd

#397dbd

Complementary Color

#397dbd #bd7939

#397dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dbd Color CSS Codes

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

#397dbd Text Font Color

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

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


#397dbd Background Color

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

This div background color is #397dbd


#397dbd Border Color

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

This div border color is #397dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dbd


Comments

No comments written yet.

Please login to write comment.