Color Hex Logo

#397ade Color Hex

#397ADE
(57,122,222)
0 Favorites   0 Comments

Color spaces of #397ade

RGB 57122222
HSL0.600.710.55
HSV216°74°87°
CMYK 0.740.450.00   0.13
XYZ21.831720.062971.8291
Yxy20.06290.19200.1764
Hunter Lab44.79168.6166-63.7250
CIE-Lab51.908313.5023-57.0214

#397ade color RGB value is (57,122,222).

#397ade hex color red value is 57, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #397ade hue: 0.60 , saturation: 0.71 and the lightness value of 397ade is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11011110
Octal 71 172 336
Decimal 57 122 222
Hex 39 7A DE

RGB Percentages of Color #397ade

%14.21
%30.42
%55.36

CMYK Percentages of Color #397ade

%74
%45
%0
%13

Triadic Colors of #397ade

#397ade #de397a #7ade39

Analogous Colors of #397ade

#397ade #4b39de #39cdde

Monochromatic Colors of #397ade

#397ade

Complementary Color

#397ade #de9d39

#397ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ade Color CSS Codes

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

#397ade Text Font Color

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

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


#397ade Background Color

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

This div background color is #397ade


#397ade Border Color

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

This div border color is #397ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ade


Comments

No comments written yet.

Please login to write comment.