Color Hex Logo

#316ddb Color Hex

#316DDB
(49,109,219)
0 Favorites   0 Comments

Color spaces of #316ddb

RGB 49109219
HSL0.610.700.53
HSV219°78°86°
CMYK 0.780.500.00   0.14
XYZ19.521416.704769.2133
Yxy16.70470.18510.1584
Hunter Lab40.871413.7320-71.7942
CIE-Lab47.885819.6340-61.8170

#316ddb color RGB value is (49,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101101 11011011
Octal 61 155 333
Decimal 49 109 219
Hex 31 6D DB

RGB Percentages of Color #316ddb

%13.00
%28.91
%58.09

CMYK Percentages of Color #316ddb

%78
%50
%0
%14

Triadic Colors of #316ddb

#316ddb #db316d #6ddb31

Analogous Colors of #316ddb

#316ddb #4a31db #31c2db

Monochromatic Colors of #316ddb

#316ddb

Complementary Color

#316ddb #db9f31

#316ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#316ddb Color CSS Codes

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

#316ddb Text Font Color

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

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


#316ddb Background Color

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

This div background color is #316ddb


#316ddb Border Color

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

This div border color is #316ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316ddb


Comments

No comments written yet.

Please login to write comment.