Color Hex Logo

#397bce Color Hex

#397BCE
(57,123,206)
0 Favorites   0 Comments

Color spaces of #397bce

RGB 57123206
HSL0.590.600.52
HSV213°72°81°
CMYK 0.720.400.00   0.19
XYZ19.910919.492061.1054
Yxy19.49200.19810.1939
Hunter Lab44.14973.2389-51.1554
CIE-Lab51.25797.0480-49.0074

#397bce color RGB value is (57,123,206).

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

The process color (four color CMYK) of #397bce color hex is 0.72, 0.40, 0.00, 0.19. Web safe color of #397bce is #3366cc. Color #397bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 11001110
Octal 71 173 316
Decimal 57 123 206
Hex 39 7B CE

RGB Percentages of Color #397bce

%14.77
%31.87
%53.37

CMYK Percentages of Color #397bce

%72
%40
%0
%19

Triadic Colors of #397bce

#397bce #ce397b #7bce39

Analogous Colors of #397bce

#397bce #4239ce #39c6ce

Monochromatic Colors of #397bce

#397bce

Complementary Color

#397bce #ce8c39

#397bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bce Color CSS Codes

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

#397bce Text Font Color

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

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


#397bce Background Color

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

This div background color is #397bce


#397bce Border Color

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

This div border color is #397bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bce


Comments

No comments written yet.

Please login to write comment.