Color Hex Logo

#314fbc Color Hex

#314FBC
(49,79,188)
0 Favorites   0 Comments

Color spaces of #314fbc

RGB 4979188
HSL0.630.590.46
HSV227°74°74°
CMYK 0.740.580.00   0.26
XYZ13.13979.875848.7906
Yxy9.87580.18300.1375
Hunter Lab31.425819.6390-70.0536
CIE-Lab37.618627.4202-60.6002

#314fbc color RGB value is (49,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 10111100
Octal 61 117 274
Decimal 49 79 188
Hex 31 4F BC

RGB Percentages of Color #314fbc

%15.51
%25.00
%59.49

CMYK Percentages of Color #314fbc

%74
%58
%0
%26

Triadic Colors of #314fbc

#314fbc #bc314f #4fbc31

Analogous Colors of #314fbc

#314fbc #5831bc #3195bc

Monochromatic Colors of #314fbc

#314fbc

Complementary Color

#314fbc #bc9e31

#314fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#314fbc Color CSS Codes

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

#314fbc Text Font Color

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

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


#314fbc Background Color

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

This div background color is #314fbc


#314fbc Border Color

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

This div border color is #314fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314fbc


Comments

No comments written yet.

Please login to write comment.