Color Hex Logo

#313aab Color Hex

#313AAB
(49,58,171)
0 Favorites   0 Comments

Color spaces of #313aab

RGB 4958171
HSL0.650.550.43
HSV236°71°67°
CMYK 0.710.660.00   0.33
XYZ10.13046.619439.2718
Yxy6.61940.18080.1182
Hunter Lab25.728225.2595-72.4912
CIE-Lab30.924334.8045-61.4612

#313aab color RGB value is (49,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 10101011
Octal 61 72 253
Decimal 49 58 171
Hex 31 3A AB

RGB Percentages of Color #313aab

%17.63
%20.86
%61.51

CMYK Percentages of Color #313aab

%71
%66
%0
%33

Triadic Colors of #313aab

#313aab #ab313a #3aab31

Analogous Colors of #313aab

#313aab #6531ab #3177ab

Monochromatic Colors of #313aab

#313aab

Complementary Color

#313aab #aba231

#313aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#313aab Color CSS Codes

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

#313aab Text Font Color

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

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


#313aab Background Color

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

This div background color is #313aab


#313aab Border Color

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

This div border color is #313aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313aab


Comments

No comments written yet.

Please login to write comment.