Color Hex Logo

#317786 Color Hex

#317786
(49,119,134)
0 Favorites   0 Comments

Color spaces of #317786

RGB 49119134
HSL0.530.460.36
HSV191°63°53°
CMYK 0.630.110.00   0.47
XYZ12.166515.567824.9179
Yxy15.56780.23110.2957
Hunter Lab39.4561-14.0066-9.8245
CIE-Lab46.4023-16.9878-14.7439

#317786 color RGB value is (49,119,134).

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

The process color (four color CMYK) of #317786 color hex is 0.63, 0.11, 0.00, 0.47. Web safe color of #317786 is #336699. Color #317786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110111 10000110
Octal 61 167 206
Decimal 49 119 134
Hex 31 77 86

RGB Percentages of Color #317786

%16.23
%39.40
%44.37

CMYK Percentages of Color #317786

%63
%11
%0
%47

Triadic Colors of #317786

#317786 #863177 #778631

Analogous Colors of #317786

#317786 #314d86 #31866b

Monochromatic Colors of #317786

#317786

Complementary Color

#317786 #864031

#317786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317786 Color CSS Codes

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

#317786 Text Font Color

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

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


#317786 Background Color

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

This div background color is #317786


#317786 Border Color

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

This div border color is #317786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317786


Comments

No comments written yet.

Please login to write comment.