Color Hex Logo

#319299 Color Hex

#319299
(49,146,153)
0 Favorites   0 Comments

Color spaces of #319299

RGB 49146153
HSL0.510.510.40
HSV184°68°60°
CMYK 0.680.050.00   0.40
XYZ17.295323.510633.7634
Yxy23.51060.23190.3153
Hunter Lab48.4877-21.1836-7.3439
CIE-Lab55.5944-25.2619-11.9322

#319299 color RGB value is (49,146,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010010 10011001
Octal 61 222 231
Decimal 49 146 153
Hex 31 92 99

RGB Percentages of Color #319299

%14.08
%41.95
%43.97

CMYK Percentages of Color #319299

%68
%5
%0
%40

Triadic Colors of #319299

#319299 #993192 #929931

Analogous Colors of #319299

#319299 #315e99 #31996c

Monochromatic Colors of #319299

#319299

Complementary Color

#319299 #993831

#319299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319299 Color CSS Codes

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

#319299 Text Font Color

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

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


#319299 Background Color

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

This div background color is #319299


#319299 Border Color

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

This div border color is #319299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319299


Comments

No comments written yet.

Please login to write comment.