Color Hex Logo

#318699 Color Hex

#318699
(49,134,153)
0 Favorites   0 Comments

Color spaces of #318699

RGB 49134153
HSL0.530.510.40
HSV191°68°60°
CMYK 0.680.120.00   0.40
XYZ15.541520.003133.1788
Yxy20.00310.22610.2911
Hunter Lab44.7248-16.2412-12.6765
CIE-Lab51.8407-19.0024-17.6183

#318699 color RGB value is (49,134,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000110 10011001
Octal 61 206 231
Decimal 49 134 153
Hex 31 86 99

RGB Percentages of Color #318699

%14.58
%39.88
%45.54

CMYK Percentages of Color #318699

%68
%12
%0
%40

Triadic Colors of #318699

#318699 #993186 #869931

Analogous Colors of #318699

#318699 #315299 #319978

Monochromatic Colors of #318699

#318699

Complementary Color

#318699 #994431

#318699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318699 Color CSS Codes

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

#318699 Text Font Color

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

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


#318699 Background Color

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

This div background color is #318699


#318699 Border Color

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

This div border color is #318699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318699


Comments

No comments written yet.

Please login to write comment.