Color Hex Logo

#314959 Color Hex

#314959
(49,73,89)
0 Favorites   0 Comments

Color spaces of #314959

RGB 497389
HSL0.570.290.27
HSV204°45°35°
CMYK 0.450.180.00   0.65
XYZ5.45236.139310.3488
Yxy6.13930.24850.2798
Hunter Lab24.7776-4.0820-7.4192
CIE-Lab29.7612-4.4126-12.3738

#314959 color RGB value is (49,73,89).

#314959 hex color red value is 49, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #314959 hue: 0.57 , saturation: 0.29 and the lightness value of 314959 is 0.27.

The process color (four color CMYK) of #314959 color hex is 0.45, 0.18, 0.00, 0.65. Web safe color of #314959 is #333366. Color #314959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 01011001
Octal 61 111 131
Decimal 49 73 89
Hex 31 49 59

RGB Percentages of Color #314959

%23.22
%34.60
%42.18

CMYK Percentages of Color #314959

%45
%18
%0
%65

Triadic Colors of #314959

#314959 #593149 #495931

Analogous Colors of #314959

#314959 #313559 #315955

Monochromatic Colors of #314959

#314959

Complementary Color

#314959 #594131

#314959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314959 Color CSS Codes

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

#314959 Text Font Color

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

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


#314959 Background Color

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

This div background color is #314959


#314959 Border Color

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

This div border color is #314959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314959


Comments

No comments written yet.

Please login to write comment.