Color Hex Logo

#314988 Color Hex

#314988
(49,73,136)
0 Favorites   0 Comments

Color spaces of #314988

RGB 4973136
HSL0.620.470.36
HSV223°64°53°
CMYK 0.640.460.00   0.47
XYZ8.09317.195624.2549
Yxy7.19560.20470.1820
Hunter Lab26.82466.9111-34.8330
CIE-Lab32.248112.0033-38.0528

#314988 color RGB value is (49,73,136).

#314988 hex color red value is 49, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #314988 hue: 0.62 , saturation: 0.47 and the lightness value of 314988 is 0.36.

The process color (four color CMYK) of #314988 color hex is 0.64, 0.46, 0.00, 0.47. Web safe color of #314988 is #333399. Color #314988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 10001000
Octal 61 111 210
Decimal 49 73 136
Hex 31 49 88

RGB Percentages of Color #314988

%18.99
%28.29
%52.71

CMYK Percentages of Color #314988

%64
%46
%0
%47

Triadic Colors of #314988

#314988 #883149 #498831

Analogous Colors of #314988

#314988 #453188 #317588

Monochromatic Colors of #314988

#314988

Complementary Color

#314988 #887031

#314988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314988 Color CSS Codes

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

#314988 Text Font Color

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

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


#314988 Background Color

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

This div background color is #314988


#314988 Border Color

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

This div border color is #314988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314988


Comments

No comments written yet.

Please login to write comment.