Color Hex Logo

#397ccc Color Hex

#397CCC
(57,124,204)
0 Favorites   0 Comments

Color spaces of #397ccc

RGB 57124204
HSL0.590.590.51
HSV213°72°80°
CMYK 0.720.390.00   0.20
XYZ19.794119.644859.8753
Yxy19.64480.19930.1978
Hunter Lab44.32252.1526-49.0693
CIE-Lab51.43325.7106-47.5907

#397ccc color RGB value is (57,124,204).

#397ccc hex color red value is 57, green value is 124 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #397ccc hue: 0.59 , saturation: 0.59 and the lightness value of 397ccc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11001100
Octal 71 174 314
Decimal 57 124 204
Hex 39 7C CC

RGB Percentages of Color #397ccc

%14.81
%32.21
%52.99

CMYK Percentages of Color #397ccc

%72
%39
%0
%20

Triadic Colors of #397ccc

#397ccc #cc397c #7ccc39

Analogous Colors of #397ccc

#397ccc #3f39cc #39c6cc

Monochromatic Colors of #397ccc

#397ccc

Complementary Color

#397ccc #cc8939

#397ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ccc Color CSS Codes

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

#397ccc Text Font Color

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

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


#397ccc Background Color

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

This div background color is #397ccc


#397ccc Border Color

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

This div border color is #397ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ccc


Comments

No comments written yet.

Please login to write comment.