Color Hex Logo

#317490 Color Hex

#317490
(49,116,144)
0 Favorites   0 Comments

Color spaces of #317490

RGB 49116144
HSL0.550.490.38
HSV198°66°56°
CMYK 0.660.190.00   0.44
XYZ12.546115.157428.6500
Yxy15.15740.22260.2690
Hunter Lab38.9325-10.6098-16.3781
CIE-Lab45.8490-12.0092-21.5235

#317490 color RGB value is (49,116,144).

#317490 hex color red value is 49, green value is 116 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #317490 hue: 0.55 , saturation: 0.49 and the lightness value of 317490 is 0.38.

The process color (four color CMYK) of #317490 color hex is 0.66, 0.19, 0.00, 0.44. Web safe color of #317490 is #336699. Color #317490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 10010000
Octal 61 164 220
Decimal 49 116 144
Hex 31 74 90

RGB Percentages of Color #317490

%15.86
%37.54
%46.60

CMYK Percentages of Color #317490

%66
%19
%0
%44

Triadic Colors of #317490

#317490 #903174 #749031

Analogous Colors of #317490

#317490 #314490 #31907d

Monochromatic Colors of #317490

#317490

Complementary Color

#317490 #904d31

#317490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317490 Color CSS Codes

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

#317490 Text Font Color

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

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


#317490 Background Color

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

This div background color is #317490


#317490 Border Color

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

This div border color is #317490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317490


Comments

No comments written yet.

Please login to write comment.