Color Hex Logo

#318499 Color Hex

#318499
(49,132,153)
0 Favorites   0 Comments

Color spaces of #318499

RGB 49132153
HSL0.530.510.40
HSV192°68°60°
CMYK 0.680.140.00   0.40
XYZ15.267719.455433.0876
Yxy19.45540.22520.2869
Hunter Lab44.1083-15.4032-13.6003
CIE-Lab51.2158-17.9239-18.5723

#318499 color RGB value is (49,132,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000100 10011001
Octal 61 204 231
Decimal 49 132 153
Hex 31 84 99

RGB Percentages of Color #318499

%14.67
%39.52
%45.81

CMYK Percentages of Color #318499

%68
%14
%0
%40

Triadic Colors of #318499

#318499 #993184 #849931

Analogous Colors of #318499

#318499 #315099 #31997a

Monochromatic Colors of #318499

#318499

Complementary Color

#318499 #994631

#318499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318499 Color CSS Codes

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

#318499 Text Font Color

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

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


#318499 Background Color

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

This div background color is #318499


#318499 Border Color

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

This div border color is #318499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318499


Comments

No comments written yet.

Please login to write comment.