Color Hex Logo

#314fb6 Color Hex

#314FB6
(49,79,182)
0 Favorites   0 Comments

Color spaces of #314fb6

RGB 4979182
HSL0.630.580.45
HSV226°73°71°
CMYK 0.730.570.00   0.29
XYZ12.50619.622345.4541
Yxy9.62230.18500.1424
Hunter Lab31.019817.6802-65.1652
CIE-Lab37.155825.1906-57.8267

#314fb6 color RGB value is (49,79,182).

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

The process color (four color CMYK) of #314fb6 color hex is 0.73, 0.57, 0.00, 0.29. Web safe color of #314fb6 is #3366cc. Color #314fb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 10110110
Octal 61 117 266
Decimal 49 79 182
Hex 31 4F B6

RGB Percentages of Color #314fb6

%15.81
%25.48
%58.71

CMYK Percentages of Color #314fb6

%73
%57
%0
%29

Triadic Colors of #314fb6

#314fb6 #b6314f #4fb631

Analogous Colors of #314fb6

#314fb6 #5531b6 #3192b6

Monochromatic Colors of #314fb6

#314fb6

Complementary Color

#314fb6 #b69831

#314fb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314fb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314fb6 Color CSS Codes

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

#314fb6 Text Font Color

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

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


#314fb6 Background Color

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

This div background color is #314fb6


#314fb6 Border Color

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

This div border color is #314fb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314fb6


Comments

No comments written yet.

Please login to write comment.