Color Hex Logo

#318eaa Color Hex

#318EAA
(49,142,170)
0 Favorites   0 Comments

Color spaces of #318eaa

RGB 49142170
HSL0.540.550.43
HSV194°71°67°
CMYK 0.710.160.00   0.33
XYZ18.195322.901241.4916
Yxy22.90120.22030.2773
Hunter Lab47.8552-15.8781-17.9072
CIE-Lab54.9704-17.7404-22.6357

#318eaa color RGB value is (49,142,170).

#318eaa hex color red value is 49, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #318eaa hue: 0.54 , saturation: 0.55 and the lightness value of 318eaa is 0.43.

The process color (four color CMYK) of #318eaa color hex is 0.71, 0.16, 0.00, 0.33. Web safe color of #318eaa is #339999. Color #318eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001110 10101010
Octal 61 216 252
Decimal 49 142 170
Hex 31 8E AA

RGB Percentages of Color #318eaa

%13.57
%39.34
%47.09

CMYK Percentages of Color #318eaa

%71
%16
%0
%33

Triadic Colors of #318eaa

#318eaa #aa318e #8eaa31

Analogous Colors of #318eaa

#318eaa #3152aa #31aa8a

Monochromatic Colors of #318eaa

#318eaa

Complementary Color

#318eaa #aa4d31

#318eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#318eaa Color CSS Codes

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

#318eaa Text Font Color

<p style="color:#318eaa">Text here</p>

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


#318eaa Background Color

<div style="background-color:#318eaa">
Div content here</div>

This div background color is #318eaa


#318eaa Border Color

<div style="border:3px solid #318eaa">
Div here</div>

This div border color is #318eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #318eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #318eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #318eaa;
  box-shadow:         1px 1px 3px 2px #318eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,142,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 #318eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318eaa


Comments

No comments written yet.

Please login to write comment.