Color Hex Logo

#314bbb Color Hex

#314BBB
(49,75,187)
0 Favorites   0 Comments

Color spaces of #314bbb

RGB 4975187
HSL0.640.580.46
HSV229°74°73°
CMYK 0.740.600.00   0.27
XYZ12.75239.273048.1315
Yxy9.27300.18180.1322
Hunter Lab30.451621.4606-72.3971
CIE-Lab36.504729.6553-61.8284

#314bbb color RGB value is (49,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001011 10111011
Octal 61 113 273
Decimal 49 75 187
Hex 31 4B BB

RGB Percentages of Color #314bbb

%15.76
%24.12
%60.13

CMYK Percentages of Color #314bbb

%74
%60
%0
%27

Triadic Colors of #314bbb

#314bbb #bb314b #4bbb31

Analogous Colors of #314bbb

#314bbb #5c31bb #3190bb

Monochromatic Colors of #314bbb

#314bbb

Complementary Color

#314bbb #bba131

#314bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#314bbb Color CSS Codes

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

#314bbb Text Font Color

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

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


#314bbb Background Color

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

This div background color is #314bbb


#314bbb Border Color

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

This div border color is #314bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314bbb


Comments

No comments written yet.

Please login to write comment.