Color Hex Logo

#317e9f Color Hex

#317E9F
(49,126,159)
0 Favorites   0 Comments

Color spaces of #317e9f

RGB 49126159
HSL0.550.530.41
HSV198°69°62°
CMYK 0.690.210.00   0.38
XYZ14.985518.077935.5004
Yxy18.07790.21860.2637
Hunter Lab42.5181-11.4944-19.7414
CIE-Lab49.5905-12.6032-24.5667

#317e9f color RGB value is (49,126,159).

#317e9f hex color red value is 49, green value is 126 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #317e9f hue: 0.55 , saturation: 0.53 and the lightness value of 317e9f is 0.41.

The process color (four color CMYK) of #317e9f color hex is 0.69, 0.21, 0.00, 0.38. Web safe color of #317e9f is #336699. Color #317e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111110 10011111
Octal 61 176 237
Decimal 49 126 159
Hex 31 7E 9F

RGB Percentages of Color #317e9f

%14.67
%37.72
%47.60

CMYK Percentages of Color #317e9f

%69
%21
%0
%38

Triadic Colors of #317e9f

#317e9f #9f317e #7e9f31

Analogous Colors of #317e9f

#317e9f #31479f #319f89

Monochromatic Colors of #317e9f

#317e9f

Complementary Color

#317e9f #9f5231

#317e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#317e9f Color CSS Codes

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

#317e9f Text Font Color

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

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


#317e9f Background Color

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

This div background color is #317e9f


#317e9f Border Color

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

This div border color is #317e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317e9f


Comments

No comments written yet.

Please login to write comment.