Color Hex Logo

#317b81 Color Hex

#317B81
(49,123,129)
0 Favorites   0 Comments

Color spaces of #317b81

RGB 49123129
HSL0.510.450.35
HSV185°62°51°
CMYK 0.620.050.00   0.49
XYZ12.312016.403923.2862
Yxy16.40390.23680.3154
Hunter Lab40.5017-16.6163-5.7372
CIE-Lab47.5000-20.7188-10.1205

#317b81 color RGB value is (49,123,129).

#317b81 hex color red value is 49, green value is 123 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #317b81 hue: 0.51 , saturation: 0.45 and the lightness value of 317b81 is 0.35.

The process color (four color CMYK) of #317b81 color hex is 0.62, 0.05, 0.00, 0.49. Web safe color of #317b81 is #336699. Color #317b81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 10000001
Octal 61 173 201
Decimal 49 123 129
Hex 31 7B 81

RGB Percentages of Color #317b81

%16.28
%40.86
%42.86

CMYK Percentages of Color #317b81

%62
%5
%0
%49

Triadic Colors of #317b81

#317b81 #81317b #7b8131

Analogous Colors of #317b81

#317b81 #315381 #31815f

Monochromatic Colors of #317b81

#317b81

Complementary Color

#317b81 #813731

#317b81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317b81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317b81 Color CSS Codes

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

#317b81 Text Font Color

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

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


#317b81 Background Color

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

This div background color is #317b81


#317b81 Border Color

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

This div border color is #317b81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,123,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317b81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317b81;
  -webkit-box-shadow: 1px 1px 3px 2px #317b81;
  box-shadow:         1px 1px 3px 2px #317b81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317b81


Comments

No comments written yet.

Please login to write comment.