Color Hex Logo

#397cdb Color Hex

#397CDB
(57,124,219)
0 Favorites   0 Comments

Color spaces of #397cdb

RGB 57124219
HSL0.600.690.54
HSV215°74°86°
CMYK 0.740.430.00   0.14
XYZ21.681220.399669.8126
Yxy20.39960.19380.1823
Hunter Lab45.16596.6458-60.0279
CIE-Lab52.286011.1686-54.7253

#397cdb color RGB value is (57,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11011011
Octal 71 174 333
Decimal 57 124 219
Hex 39 7C DB

RGB Percentages of Color #397cdb

%14.25
%31.00
%54.75

CMYK Percentages of Color #397cdb

%74
%43
%0
%14

Triadic Colors of #397cdb

#397cdb #db397c #7cdb39

Analogous Colors of #397cdb

#397cdb #4739db #39cddb

Monochromatic Colors of #397cdb

#397cdb

Complementary Color

#397cdb #db9839

#397cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#397cdb Color CSS Codes

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

#397cdb Text Font Color

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

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


#397cdb Background Color

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

This div background color is #397cdb


#397cdb Border Color

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

This div border color is #397cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397cdb


Comments

No comments written yet.

Please login to write comment.