Color Hex Logo

#314cbb Color Hex

#314CBB
(49,76,187)
0 Favorites   0 Comments

Color spaces of #314cbb

RGB 4976187
HSL0.630.580.46
HSV228°74°73°
CMYK 0.740.590.00   0.27
XYZ12.82079.409748.1542
Yxy9.40970.18220.1337
Hunter Lab30.675220.9223-71.6012
CIE-Lab36.761429.0055-61.4097

#314cbb color RGB value is (49,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001100 10111011
Octal 61 114 273
Decimal 49 76 187
Hex 31 4C BB

RGB Percentages of Color #314cbb

%15.71
%24.36
%59.94

CMYK Percentages of Color #314cbb

%74
%59
%0
%27

Triadic Colors of #314cbb

#314cbb #bb314c #4cbb31

Analogous Colors of #314cbb

#314cbb #5b31bb #3191bb

Monochromatic Colors of #314cbb

#314cbb

Complementary Color

#314cbb #bba031

#314cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314cbb Color CSS Codes

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

#314cbb Text Font Color

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

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


#314cbb Background Color

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

This div background color is #314cbb


#314cbb Border Color

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

This div border color is #314cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,76,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 #314cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314cbb


Comments

No comments written yet.

Please login to write comment.