Color Hex Logo

#398aaa Color Hex

#398AAA
(57,138,170)
0 Favorites   0 Comments

Color spaces of #398aaa

RGB 57138170
HSL0.550.500.45
HSV197°66°67°
CMYK 0.660.190.00   0.33
XYZ18.031521.949141.3164
Yxy21.94910.22180.2700
Hunter Lab46.8499-13.2865-19.4923
CIE-Lab53.9730-14.3083-24.1510

#398aaa color RGB value is (57,138,170).

#398aaa hex color red value is 57, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #398aaa hue: 0.55 , saturation: 0.50 and the lightness value of 398aaa is 0.45.

The process color (four color CMYK) of #398aaa color hex is 0.66, 0.19, 0.00, 0.33. Web safe color of #398aaa is #339999. Color #398aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 10101010
Octal 71 212 252
Decimal 57 138 170
Hex 39 8A AA

RGB Percentages of Color #398aaa

%15.62
%37.81
%46.58

CMYK Percentages of Color #398aaa

%66
%19
%0
%33

Triadic Colors of #398aaa

#398aaa #aa398a #8aaa39

Analogous Colors of #398aaa

#398aaa #3951aa #39aa92

Monochromatic Colors of #398aaa

#398aaa

Complementary Color

#398aaa #aa5939

#398aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#398aaa Color CSS Codes

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

#398aaa Text Font Color

<p style="color:#398aaa">Text here</p>

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


#398aaa Background Color

<div style="background-color:#398aaa">
Div content here</div>

This div background color is #398aaa


#398aaa Border Color

<div style="border:3px solid #398aaa">
Div here</div>

This div border color is #398aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,138,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #398aaa;
  box-shadow:         1px 1px 3px 2px #398aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398aaa


Comments

No comments written yet.

Please login to write comment.