Color Hex Logo

#316590 Color Hex

#316590
(49,101,144)
0 Favorites   0 Comments

Color spaces of #316590

RGB 49101144
HSL0.580.490.38
HSV207°66°56°
CMYK 0.660.300.00   0.44
XYZ10.954311.973928.1194
Yxy11.97390.21460.2346
Hunter Lab34.6033-4.0485-23.9580
CIE-Lab41.1746-3.1180-28.7867

#316590 color RGB value is (49,101,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100101 10010000
Octal 61 145 220
Decimal 49 101 144
Hex 31 65 90

RGB Percentages of Color #316590

%16.67
%34.35
%48.98

CMYK Percentages of Color #316590

%66
%30
%0
%44

Triadic Colors of #316590

#316590 #903165 #659031

Analogous Colors of #316590

#316590 #313690 #31908c

Monochromatic Colors of #316590

#316590

Complementary Color

#316590 #905c31

#316590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316590 Color CSS Codes

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

#316590 Text Font Color

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

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


#316590 Background Color

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

This div background color is #316590


#316590 Border Color

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

This div border color is #316590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,101,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 #316590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316590


Comments

No comments written yet.

Please login to write comment.