Color Hex Logo

#317aba Color Hex

#317ABA
(49,122,186)
0 Favorites   0 Comments

Color spaces of #317aba

RGB 49122186
HSL0.580.580.46
HSV208°74°73°
CMYK 0.740.340.00   0.27
XYZ17.089118.117249.0507
Yxy18.11720.20280.2150
Hunter Lab42.5643-2.8217-38.5302
CIE-Lab49.6380-0.7179-40.1486

#317aba color RGB value is (49,122,186).

#317aba hex color red value is 49, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #317aba hue: 0.58 , saturation: 0.58 and the lightness value of 317aba is 0.46.

The process color (four color CMYK) of #317aba color hex is 0.74, 0.34, 0.00, 0.27. Web safe color of #317aba is #3366cc. Color #317aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111010 10111010
Octal 61 172 272
Decimal 49 122 186
Hex 31 7A BA

RGB Percentages of Color #317aba

%13.73
%34.17
%52.10

CMYK Percentages of Color #317aba

%74
%34
%0
%27

Triadic Colors of #317aba

#317aba #ba317a #7aba31

Analogous Colors of #317aba

#317aba #3136ba #31bab6

Monochromatic Colors of #317aba

#317aba

Complementary Color

#317aba #ba7131

#317aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#317aba Color CSS Codes

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

#317aba Text Font Color

<p style="color:#317aba">Text here</p>

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


#317aba Background Color

<div style="background-color:#317aba">
Div content here</div>

This div background color is #317aba


#317aba Border Color

<div style="border:3px solid #317aba">
Div here</div>

This div border color is #317aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,122,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317aba;
  -webkit-box-shadow: 1px 1px 3px 2px #317aba;
  box-shadow:         1px 1px 3px 2px #317aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317aba


Comments

No comments written yet.

Please login to write comment.