Color Hex Logo

#318baa Color Hex

#318BAA
(49,139,170)
0 Favorites   0 Comments

Color spaces of #318baa

RGB 49139170
HSL0.540.550.43
HSV195°71°67°
CMYK 0.710.180.00   0.33
XYZ17.754922.020541.3448
Yxy22.02050.21890.2715
Hunter Lab46.9260-14.5833-19.3901
CIE-Lab54.0487-16.1116-24.0535

#318baa color RGB value is (49,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001011 10101010
Octal 61 213 252
Decimal 49 139 170
Hex 31 8B AA

RGB Percentages of Color #318baa

%13.69
%38.83
%47.49

CMYK Percentages of Color #318baa

%71
%18
%0
%33

Triadic Colors of #318baa

#318baa #aa318b #8baa31

Analogous Colors of #318baa

#318baa #314faa #31aa8d

Monochromatic Colors of #318baa

#318baa

Complementary Color

#318baa #aa5031

#318baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#318baa Color CSS Codes

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

#318baa Text Font Color

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

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


#318baa Background Color

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

This div background color is #318baa


#318baa Border Color

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

This div border color is #318baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318baa


Comments

No comments written yet.

Please login to write comment.