Color Hex Logo

#314dbe Color Hex

#314DBE
(49,77,190)
0 Favorites   0 Comments

Color spaces of #314dbe

RGB 4977190
HSL0.630.590.47
HSV228°74°75°
CMYK 0.740.590.00   0.25
XYZ13.21489.678449.8868
Yxy9.67840.18160.1330
Hunter Lab31.110121.3796-73.2977
CIE-Lab37.258929.4620-62.3580

#314dbe color RGB value is (49,77,190).

#314dbe hex color red value is 49, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #314dbe hue: 0.63 , saturation: 0.59 and the lightness value of 314dbe is 0.47.

The process color (four color CMYK) of #314dbe color hex is 0.74, 0.59, 0.00, 0.25. Web safe color of #314dbe is #3366cc. Color #314dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 10111110
Octal 61 115 276
Decimal 49 77 190
Hex 31 4D BE

RGB Percentages of Color #314dbe

%15.51
%24.37
%60.13

CMYK Percentages of Color #314dbe

%74
%59
%0
%25

Triadic Colors of #314dbe

#314dbe #be314d #4dbe31

Analogous Colors of #314dbe

#314dbe #5b31be #3194be

Monochromatic Colors of #314dbe

#314dbe

Complementary Color

#314dbe #bea231

#314dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dbe Color CSS Codes

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

#314dbe Text Font Color

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

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


#314dbe Background Color

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

This div background color is #314dbe


#314dbe Border Color

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

This div border color is #314dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,77,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #314dbe;
  box-shadow:         1px 1px 3px 2px #314dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dbe


Comments

No comments written yet.

Please login to write comment.