Color Hex Logo

#397cbc Color Hex

#397CBC
(57,124,188)
0 Favorites   0 Comments

Color spaces of #397cbc

RGB 57124188
HSL0.580.530.48
HSV209°70°74°
CMYK 0.700.340.00   0.26
XYZ17.972118.916050.2809
Yxy18.91600.20620.2170
Hunter Lab43.4925-2.3517-38.0993
CIE-Lab50.5888-0.0372-39.7804

#397cbc color RGB value is (57,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 10111100
Octal 71 174 274
Decimal 57 124 188
Hex 39 7C BC

RGB Percentages of Color #397cbc

%15.45
%33.60
%50.95

CMYK Percentages of Color #397cbc

%70
%34
%0
%26

Triadic Colors of #397cbc

#397cbc #bc397c #7cbc39

Analogous Colors of #397cbc

#397cbc #393abc #39bcbb

Monochromatic Colors of #397cbc

#397cbc

Complementary Color

#397cbc #bc7939

#397cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#397cbc Color CSS Codes

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

#397cbc Text Font Color

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

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


#397cbc Background Color

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

This div background color is #397cbc


#397cbc Border Color

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

This div border color is #397cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397cbc


Comments

No comments written yet.

Please login to write comment.