Color Hex Logo

#316edb Color Hex

#316EDB
(49,110,219)
0 Favorites   0 Comments

Color spaces of #316edb

RGB 49110219
HSL0.610.700.53
HSV218°78°86°
CMYK 0.780.500.00   0.14
XYZ19.628716.919369.2490
Yxy16.91930.18550.1599
Hunter Lab41.133113.1973-71.0237
CIE-Lab48.158218.9993-61.3769

#316edb color RGB value is (49,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101110 11011011
Octal 61 156 333
Decimal 49 110 219
Hex 31 6E DB

RGB Percentages of Color #316edb

%12.96
%29.10
%57.94

CMYK Percentages of Color #316edb

%78
%50
%0
%14

Triadic Colors of #316edb

#316edb #db316e #6edb31

Analogous Colors of #316edb

#316edb #4931db #31c3db

Monochromatic Colors of #316edb

#316edb

Complementary Color

#316edb #db9e31

#316edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#316edb Color CSS Codes

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

#316edb Text Font Color

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

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


#316edb Background Color

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

This div background color is #316edb


#316edb Border Color

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

This div border color is #316edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316edb


Comments

No comments written yet.

Please login to write comment.