Color Hex Logo

#397bdb Color Hex

#397BDB
(57,123,219)
0 Favorites   0 Comments

Color spaces of #397bdb

RGB 57123219
HSL0.600.690.54
HSV216°74°86°
CMYK 0.740.440.00   0.14
XYZ21.556520.150269.7711
Yxy20.15020.19340.1808
Hunter Lab44.88907.1632-60.7324
CIE-Lab52.006611.7862-55.1729

#397bdb color RGB value is (57,123,219).

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

The process color (four color CMYK) of #397bdb color hex is 0.74, 0.44, 0.00, 0.14. Web safe color of #397bdb is #3366cc. Color #397bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 11011011
Octal 71 173 333
Decimal 57 123 219
Hex 39 7B DB

RGB Percentages of Color #397bdb

%14.29
%30.83
%54.89

CMYK Percentages of Color #397bdb

%74
%44
%0
%14

Triadic Colors of #397bdb

#397bdb #db397b #7bdb39

Analogous Colors of #397bdb

#397bdb #4839db #39ccdb

Monochromatic Colors of #397bdb

#397bdb

Complementary Color

#397bdb #db9939

#397bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bdb Color CSS Codes

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

#397bdb Text Font Color

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

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


#397bdb Background Color

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

This div background color is #397bdb


#397bdb Border Color

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

This div border color is #397bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bdb


Comments

No comments written yet.

Please login to write comment.