Color Hex Logo

#316bdb Color Hex

#316BDB
(49,107,219)
0 Favorites   0 Comments

Color spaces of #316bdb

RGB 49107219
HSL0.610.700.53
HSV220°78°86°
CMYK 0.780.510.00   0.14
XYZ19.310516.282869.1430
Yxy16.28280.18440.1555
Hunter Lab40.352014.8056-73.3469
CIE-Lab47.343320.9059-62.6940

#316bdb color RGB value is (49,107,219).

#316bdb hex color red value is 49, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #316bdb hue: 0.61 , saturation: 0.70 and the lightness value of 316bdb is 0.53.

The process color (four color CMYK) of #316bdb color hex is 0.78, 0.51, 0.00, 0.14. Web safe color of #316bdb is #3366cc. Color #316bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11011011
Octal 61 153 333
Decimal 49 107 219
Hex 31 6B DB

RGB Percentages of Color #316bdb

%13.07
%28.53
%58.40

CMYK Percentages of Color #316bdb

%78
%51
%0
%14

Triadic Colors of #316bdb

#316bdb #db316b #6bdb31

Analogous Colors of #316bdb

#316bdb #4c31db #31c0db

Monochromatic Colors of #316bdb

#316bdb

Complementary Color

#316bdb #dba131

#316bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bdb Color CSS Codes

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

#316bdb Text Font Color

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

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


#316bdb Background Color

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

This div background color is #316bdb


#316bdb Border Color

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

This div border color is #316bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bdb


Comments

No comments written yet.

Please login to write comment.