Color Hex Logo

#31779a Color Hex

#31779A
(49,119,154)
0 Favorites   0 Comments

Color spaces of #31779a

RGB 49119154
HSL0.560.520.40
HSV200°68°60°
CMYK 0.680.230.00   0.40
XYZ13.696216.179732.9730
Yxy16.17970.21790.2574
Hunter Lab40.2240-9.6131-20.4453
CIE-Lab47.2094-10.3199-25.3245

#31779a color RGB value is (49,119,154).

#31779a hex color red value is 49, green value is 119 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #31779a hue: 0.56 , saturation: 0.52 and the lightness value of 31779a is 0.40.

The process color (four color CMYK) of #31779a color hex is 0.68, 0.23, 0.00, 0.40. Web safe color of #31779a is #336699. Color #31779a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110111 10011010
Octal 61 167 232
Decimal 49 119 154
Hex 31 77 9A

RGB Percentages of Color #31779a

%15.22
%36.96
%47.83

CMYK Percentages of Color #31779a

%68
%23
%0
%40

Triadic Colors of #31779a

#31779a #9a3177 #779a31

Analogous Colors of #31779a

#31779a #31429a #319a89

Monochromatic Colors of #31779a

#31779a

Complementary Color

#31779a #9a5431

#31779a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31779a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31779a Color CSS Codes

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

#31779a Text Font Color

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

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


#31779a Background Color

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

This div background color is #31779a


#31779a Border Color

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

This div border color is #31779a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31779a


Comments

No comments written yet.

Please login to write comment.