Color Hex Logo

#319edb Color Hex

#319EDB
(49,158,219)
0 Favorites   0 Comments

Color spaces of #319edb

RGB 49158219
HSL0.560.700.53
HSV202°78°86°
CMYK 0.780.280.00   0.14
XYZ26.279730.221271.4660
Yxy30.22120.20540.2362
Hunter Lab54.9738-10.8740-38.5954
CIE-Lab61.8446-9.8024-39.5958

#319edb color RGB value is (49,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 11011011
Octal 61 236 333
Decimal 49 158 219
Hex 31 9E DB

RGB Percentages of Color #319edb

%11.50
%37.09
%51.41

CMYK Percentages of Color #319edb

%78
%28
%0
%14

Triadic Colors of #319edb

#319edb #db319e #9edb31

Analogous Colors of #319edb

#319edb #3149db #31dbc3

Monochromatic Colors of #319edb

#319edb

Complementary Color

#319edb #db6e31

#319edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#319edb Color CSS Codes

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

#319edb Text Font Color

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

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


#319edb Background Color

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

This div background color is #319edb


#319edb Border Color

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

This div border color is #319edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319edb


Comments

No comments written yet.

Please login to write comment.