Color Hex Logo

#316fab Color Hex

#316FAB
(49,111,171)
0 Favorites   0 Comments

Color spaces of #316fab

RGB 49111171
HSL0.580.550.43
HSV210°71°67°
CMYK 0.710.350.00   0.33
XYZ14.301714.962140.6623
Yxy14.96210.20450.2140
Hunter Lab38.6809-1.6937-35.2505
CIE-Lab45.58220.5010-37.8496

#316fab color RGB value is (49,111,171).

#316fab hex color red value is 49, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #316fab hue: 0.58 , saturation: 0.55 and the lightness value of 316fab is 0.43.

The process color (four color CMYK) of #316fab color hex is 0.71, 0.35, 0.00, 0.33. Web safe color of #316fab is #336699. Color #316fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 10101011
Octal 61 157 253
Decimal 49 111 171
Hex 31 6F AB

RGB Percentages of Color #316fab

%14.80
%33.53
%51.66

CMYK Percentages of Color #316fab

%71
%35
%0
%33

Triadic Colors of #316fab

#316fab #ab316f #6fab31

Analogous Colors of #316fab

#316fab #3132ab #31abaa

Monochromatic Colors of #316fab

#316fab

Complementary Color

#316fab #ab6d31

#316fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fab Color CSS Codes

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

#316fab Text Font Color

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

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


#316fab Background Color

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

This div background color is #316fab


#316fab Border Color

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

This div border color is #316fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fab


Comments

No comments written yet.

Please login to write comment.