Color Hex Logo

#316eae Color Hex

#316EAE
(49,110,174)
0 Favorites   0 Comments

Color spaces of #316eae

RGB 49110174
HSL0.590.560.44
HSV211°72°68°
CMYK 0.720.370.00   0.32
XYZ14.482514.860842.1495
Yxy14.86080.20260.2079
Hunter Lab38.5497-0.4024-37.8417
CIE-Lab45.44292.2174-39.8247

#316eae color RGB value is (49,110,174).

#316eae hex color red value is 49, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #316eae hue: 0.59 , saturation: 0.56 and the lightness value of 316eae is 0.44.

The process color (four color CMYK) of #316eae color hex is 0.72, 0.37, 0.00, 0.32. Web safe color of #316eae is #336699. Color #316eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101110 10101110
Octal 61 156 256
Decimal 49 110 174
Hex 31 6E AE

RGB Percentages of Color #316eae

%14.71
%33.03
%52.25

CMYK Percentages of Color #316eae

%72
%37
%0
%32

Triadic Colors of #316eae

#316eae #ae316e #6eae31

Analogous Colors of #316eae

#316eae #3331ae #31adae

Monochromatic Colors of #316eae

#316eae

Complementary Color

#316eae #ae7131

#316eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#316eae Color CSS Codes

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

#316eae Text Font Color

<p style="color:#316eae">Text here</p>

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


#316eae Background Color

<div style="background-color:#316eae">
Div content here</div>

This div background color is #316eae


#316eae Border Color

<div style="border:3px solid #316eae">
Div here</div>

This div border color is #316eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,110,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316eae;
  -webkit-box-shadow: 1px 1px 3px 2px #316eae;
  box-shadow:         1px 1px 3px 2px #316eae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,110,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316eae


Comments

No comments written yet.

Please login to write comment.