Color Hex Logo

#316fbb Color Hex

#316FBB
(49,111,187)
0 Favorites   0 Comments

Color spaces of #316fbb

RGB 49111187
HSL0.590.580.46
HSV213°74°73°
CMYK 0.740.410.00   0.27
XYZ15.920715.609749.1876
Yxy15.60970.19720.1934
Hunter Lab39.50912.7879-46.1578
CIE-Lab46.45826.4039-45.7734

#316fbb color RGB value is (49,111,187).

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

The process color (four color CMYK) of #316fbb color hex is 0.74, 0.41, 0.00, 0.27. Web safe color of #316fbb is #3366cc. Color #316fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 10111011
Octal 61 157 273
Decimal 49 111 187
Hex 31 6F BB

RGB Percentages of Color #316fbb

%14.12
%31.99
%53.89

CMYK Percentages of Color #316fbb

%74
%41
%0
%27

Triadic Colors of #316fbb

#316fbb #bb316f #6fbb31

Analogous Colors of #316fbb

#316fbb #3831bb #31b4bb

Monochromatic Colors of #316fbb

#316fbb

Complementary Color

#316fbb #bb7d31

#316fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fbb Color CSS Codes

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

#316fbb Text Font Color

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

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


#316fbb Background Color

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

This div background color is #316fbb


#316fbb Border Color

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

This div border color is #316fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fbb


Comments

No comments written yet.

Please login to write comment.