Color Hex Logo

#316597 Color Hex

#316597
(49,101,151)
0 Favorites   0 Comments

Color spaces of #316597

RGB 49101151
HSL0.580.510.39
HSV209°68°59°
CMYK 0.680.330.00   0.41
XYZ11.506212.194731.0255
Yxy12.19470.21020.2228
Hunter Lab34.9209-2.2971-28.2316
CIE-Lab41.5239-0.6040-32.4290

#316597 color RGB value is (49,101,151).

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

The process color (four color CMYK) of #316597 color hex is 0.68, 0.33, 0.00, 0.41. Web safe color of #316597 is #336699. Color #316597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100101 10010111
Octal 61 145 227
Decimal 49 101 151
Hex 31 65 97

RGB Percentages of Color #316597

%16.28
%33.55
%50.17

CMYK Percentages of Color #316597

%68
%33
%0
%41

Triadic Colors of #316597

#316597 #973165 #659731

Analogous Colors of #316597

#316597 #313297 #319796

Monochromatic Colors of #316597

#316597

Complementary Color

#316597 #976331

#316597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316597 Color CSS Codes

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

#316597 Text Font Color

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

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


#316597 Background Color

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

This div background color is #316597


#316597 Border Color

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

This div border color is #316597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316597


Comments

No comments written yet.

Please login to write comment.