Color Hex Logo

#317885 Color Hex

#317885
(49,120,133)
0 Favorites   0 Comments

Color spaces of #317885

RGB 49120133
HSL0.530.460.36
HSV189°63°52°
CMYK 0.630.100.00   0.48
XYZ12.216715.779424.5921
Yxy15.77940.23230.3001
Hunter Lab39.7233-14.6190-8.8993
CIE-Lab46.6837-17.8548-13.7231

#317885 color RGB value is (49,120,133).

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

The process color (four color CMYK) of #317885 color hex is 0.63, 0.10, 0.00, 0.48. Web safe color of #317885 is #336699. Color #317885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111000 10000101
Octal 61 170 205
Decimal 49 120 133
Hex 31 78 85

RGB Percentages of Color #317885

%16.23
%39.74
%44.04

CMYK Percentages of Color #317885

%63
%10
%0
%48

Triadic Colors of #317885

#317885 #853178 #788531

Analogous Colors of #317885

#317885 #314e85 #318568

Monochromatic Colors of #317885

#317885

Complementary Color

#317885 #853e31

#317885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317885 Color CSS Codes

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

#317885 Text Font Color

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

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


#317885 Background Color

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

This div background color is #317885


#317885 Border Color

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

This div border color is #317885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317885


Comments

No comments written yet.

Please login to write comment.