Color Hex Logo

#314aac Color Hex

#314AAC
(49,74,172)
0 Favorites   0 Comments

Color spaces of #314aac

RGB 4974172
HSL0.630.560.43
HSV228°72°67°
CMYK 0.720.570.00   0.33
XYZ11.16188.529140.0877
Yxy8.52910.18670.1427
Hunter Lab29.204617.1133-60.9411
CIE-Lab35.061424.7590-55.3074

#314aac color RGB value is (49,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 10101100
Octal 61 112 254
Decimal 49 74 172
Hex 31 4A AC

RGB Percentages of Color #314aac

%16.61
%25.08
%58.31

CMYK Percentages of Color #314aac

%72
%57
%0
%33

Triadic Colors of #314aac

#314aac #ac314a #4aac31

Analogous Colors of #314aac

#314aac #5631ac #3188ac

Monochromatic Colors of #314aac

#314aac

Complementary Color

#314aac #ac9331

#314aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#314aac Color CSS Codes

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

#314aac Text Font Color

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

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


#314aac Background Color

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

This div background color is #314aac


#314aac Border Color

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

This div border color is #314aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314aac


Comments

No comments written yet.

Please login to write comment.