Color Hex Logo

#316fac Color Hex

#316FAC
(49,111,172)
0 Favorites   0 Comments

Color spaces of #316fac

RGB 49111172
HSL0.580.560.43
HSV210°72°67°
CMYK 0.720.350.00   0.33
XYZ14.397515.000441.1663
Yxy15.00040.20400.2126
Hunter Lab38.7303-1.4231-35.9078
CIE-Lab45.63470.8672-38.3517

#316fac color RGB value is (49,111,172).

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

The process color (four color CMYK) of #316fac color hex is 0.72, 0.35, 0.00, 0.33. Web safe color of #316fac is #336699. Color #316fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 10101100
Octal 61 157 254
Decimal 49 111 172
Hex 31 6F AC

RGB Percentages of Color #316fac

%14.76
%33.43
%51.81

CMYK Percentages of Color #316fac

%72
%35
%0
%33

Triadic Colors of #316fac

#316fac #ac316f #6fac31

Analogous Colors of #316fac

#316fac #3131ac #31acac

Monochromatic Colors of #316fac

#316fac

Complementary Color

#316fac #ac6e31

#316fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#316fac Color CSS Codes

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

#316fac Text Font Color

<p style="color:#316fac">Text here</p>

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


#316fac Background Color

<div style="background-color:#316fac">
Div content here</div>

This div background color is #316fac


#316fac Border Color

<div style="border:3px solid #316fac">
Div here</div>

This div border color is #316fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316fac


Comments

No comments written yet.

Please login to write comment.