Color Hex Logo

#314aab Color Hex

#314AAB
(49,74,171)
0 Favorites   0 Comments

Color spaces of #314aab

RGB 4974171
HSL0.630.550.43
HSV228°71°67°
CMYK 0.710.570.00   0.33
XYZ11.06618.490839.5837
Yxy8.49080.18710.1436
Hunter Lab29.139016.7957-60.1449
CIE-Lab34.984824.3871-54.8362

#314aab color RGB value is (49,74,171).

#314aab hex color red value is 49, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #314aab hue: 0.63 , saturation: 0.55 and the lightness value of 314aab is 0.43.

The process color (four color CMYK) of #314aab color hex is 0.71, 0.57, 0.00, 0.33. Web safe color of #314aab is #333399. Color #314aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 10101011
Octal 61 112 253
Decimal 49 74 171
Hex 31 4A AB

RGB Percentages of Color #314aab

%16.67
%25.17
%58.16

CMYK Percentages of Color #314aab

%71
%57
%0
%33

Triadic Colors of #314aab

#314aab #ab314a #4aab31

Analogous Colors of #314aab

#314aab #5531ab #3187ab

Monochromatic Colors of #314aab

#314aab

Complementary Color

#314aab #ab9231

#314aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#314aab Color CSS Codes

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

#314aab Text Font Color

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

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


#314aab Background Color

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

This div background color is #314aab


#314aab Border Color

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

This div border color is #314aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314aab


Comments

No comments written yet.

Please login to write comment.