Color Hex Logo

#314bcc Color Hex

#314BCC
(49,75,204)
0 Favorites   0 Comments

Color spaces of #314bcc

RGB 4975204
HSL0.640.610.50
HSV230°76°80°
CMYK 0.760.630.00   0.20
XYZ14.681810.044858.2918
Yxy10.04480.17680.1210
Hunter Lab31.693527.2252-86.8627
CIE-Lab37.922735.8516-69.4272

#314bcc color RGB value is (49,75,204).

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

The process color (four color CMYK) of #314bcc color hex is 0.76, 0.63, 0.00, 0.20. Web safe color of #314bcc is #3333cc. Color #314bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001011 11001100
Octal 61 113 314
Decimal 49 75 204
Hex 31 4B CC

RGB Percentages of Color #314bcc

%14.94
%22.87
%62.20

CMYK Percentages of Color #314bcc

%76
%63
%0
%20

Triadic Colors of #314bcc

#314bcc #cc314b #4bcc31

Analogous Colors of #314bcc

#314bcc #6531cc #3199cc

Monochromatic Colors of #314bcc

#314bcc

Complementary Color

#314bcc #ccb231

#314bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#314bcc Color CSS Codes

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

#314bcc Text Font Color

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

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


#314bcc Background Color

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

This div background color is #314bcc


#314bcc Border Color

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

This div border color is #314bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314bcc


Comments

No comments written yet.

Please login to write comment.