Color Hex Logo

#319799 Color Hex

#319799
(49,151,153)
0 Favorites   0 Comments

Color spaces of #319799

RGB 49151153
HSL0.500.510.40
HSV181°68°60°
CMYK 0.680.010.00   0.40
XYZ18.083025.086134.0260
Yxy25.08610.23430.3250
Hunter Lab50.0860-23.2051-5.2185
CIE-Lab57.1592-27.7689-9.5844

#319799 color RGB value is (49,151,153).

#319799 hex color red value is 49, green value is 151 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #319799 hue: 0.50 , saturation: 0.51 and the lightness value of 319799 is 0.40.

The process color (four color CMYK) of #319799 color hex is 0.68, 0.01, 0.00, 0.40. Web safe color of #319799 is #339999. Color #319799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010111 10011001
Octal 61 227 231
Decimal 49 151 153
Hex 31 97 99

RGB Percentages of Color #319799

%13.88
%42.78
%43.34

CMYK Percentages of Color #319799

%68
%1
%0
%40

Triadic Colors of #319799

#319799 #993197 #979931

Analogous Colors of #319799

#319799 #316399 #319967

Monochromatic Colors of #319799

#319799

Complementary Color

#319799 #993331

#319799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319799 Color CSS Codes

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

#319799 Text Font Color

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

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


#319799 Background Color

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

This div background color is #319799


#319799 Border Color

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

This div border color is #319799


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,151,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319799; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319799;
  -webkit-box-shadow: 1px 1px 3px 2px #319799;
  box-shadow:         1px 1px 3px 2px #319799; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319799


Comments

No comments written yet.

Please login to write comment.