Color Hex Logo

#319dbb Color Hex

#319DBB
(49,157,187)
0 Favorites   0 Comments

Color spaces of #319dbb

RGB 49157187
HSL0.540.580.46
HSV193°74°73°
CMYK 0.740.160.00   0.27
XYZ22.293228.354851.3117
Yxy28.35480.21860.2781
Hunter Lab53.2492-18.4557-19.8582
CIE-Lab60.2079-20.1296-24.2449

#319dbb color RGB value is (49,157,187).

#319dbb hex color red value is 49, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #319dbb hue: 0.54 , saturation: 0.58 and the lightness value of 319dbb is 0.46.

The process color (four color CMYK) of #319dbb color hex is 0.74, 0.16, 0.00, 0.27. Web safe color of #319dbb is #3399cc. Color #319dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 10111011
Octal 61 235 273
Decimal 49 157 187
Hex 31 9D BB

RGB Percentages of Color #319dbb

%12.47
%39.95
%47.58

CMYK Percentages of Color #319dbb

%74
%16
%0
%27

Triadic Colors of #319dbb

#319dbb #bb319d #9dbb31

Analogous Colors of #319dbb

#319dbb #3158bb #31bb94

Monochromatic Colors of #319dbb

#319dbb

Complementary Color

#319dbb #bb4f31

#319dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#319dbb Color CSS Codes

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

#319dbb Text Font Color

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

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


#319dbb Background Color

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

This div background color is #319dbb


#319dbb Border Color

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

This div border color is #319dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319dbb


Comments

No comments written yet.

Please login to write comment.