Color Hex Logo

#314dbb Color Hex

#314DBB
(49,77,187)
0 Favorites   0 Comments

Color spaces of #314dbb

RGB 4977187
HSL0.630.580.46
HSV228°74°73°
CMYK 0.740.590.00   0.27
XYZ12.89019.548648.1774
Yxy9.54860.18250.1352
Hunter Lab30.900820.3839-70.8084
CIE-Lab37.019828.3538-60.9887

#314dbb color RGB value is (49,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001101 10111011
Octal 61 115 273
Decimal 49 77 187
Hex 31 4D BB

RGB Percentages of Color #314dbb

%15.65
%24.60
%59.74

CMYK Percentages of Color #314dbb

%74
%59
%0
%27

Triadic Colors of #314dbb

#314dbb #bb314d #4dbb31

Analogous Colors of #314dbb

#314dbb #5a31bb #3192bb

Monochromatic Colors of #314dbb

#314dbb

Complementary Color

#314dbb #bb9f31

#314dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314dbb Color CSS Codes

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

#314dbb Text Font Color

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

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


#314dbb Background Color

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

This div background color is #314dbb


#314dbb Border Color

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

This div border color is #314dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314dbb


Comments

No comments written yet.

Please login to write comment.