Color Hex Logo

#319bde Color Hex

#319BDE
(49,155,222)
0 Favorites   0 Comments

Color spaces of #319bde

RGB 49155222
HSL0.560.720.53
HSV203°78°87°
CMYK 0.780.300.00   0.13
XYZ26.172829.369673.3967
Yxy29.36960.20300.2278
Hunter Lab54.1937-8.6326-42.3632
CIE-Lab61.1064-7.0629-42.4199

#319bde color RGB value is (49,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011011 11011110
Octal 61 233 336
Decimal 49 155 222
Hex 31 9B DE

RGB Percentages of Color #319bde

%11.50
%36.38
%52.11

CMYK Percentages of Color #319bde

%78
%30
%0
%13

Triadic Colors of #319bde

#319bde #de319b #9bde31

Analogous Colors of #319bde

#319bde #3145de #31decb

Monochromatic Colors of #319bde

#319bde

Complementary Color

#319bde #de7431

#319bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#319bde Color CSS Codes

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

#319bde Text Font Color

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

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


#319bde Background Color

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

This div background color is #319bde


#319bde Border Color

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

This div border color is #319bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319bde


Comments

No comments written yet.

Please login to write comment.