Color Hex Logo

#319bdb Color Hex

#319BDB
(49,155,219)
0 Favorites   0 Comments

Color spaces of #319bdb

RGB 49155219
HSL0.560.700.53
HSV203°78°86°
CMYK 0.780.290.00   0.14
XYZ25.774229.210171.2975
Yxy29.21010.20410.2313
Hunter Lab54.0464-9.4562-40.3824
CIE-Lab60.9666-8.1200-40.9729

#319bdb color RGB value is (49,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011011 11011011
Octal 61 233 333
Decimal 49 155 219
Hex 31 9B DB

RGB Percentages of Color #319bdb

%11.58
%36.64
%51.77

CMYK Percentages of Color #319bdb

%78
%29
%0
%14

Triadic Colors of #319bdb

#319bdb #db319b #9bdb31

Analogous Colors of #319bdb

#319bdb #3146db #31dbc6

Monochromatic Colors of #319bdb

#319bdb

Complementary Color

#319bdb #db7131

#319bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#319bdb Color CSS Codes

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

#319bdb Text Font Color

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

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


#319bdb Background Color

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

This div background color is #319bdb


#319bdb Border Color

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

This div border color is #319bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319bdb


Comments

No comments written yet.

Please login to write comment.