Color Hex Logo

#317dba Color Hex

#317DBA
(49,125,186)
0 Favorites   0 Comments

Color spaces of #317dba

RGB 49125186
HSL0.570.580.46
HSV207°74°73°
CMYK 0.740.330.00   0.27
XYZ17.463218.865449.1753
Yxy18.86540.20420.2206
Hunter Lab43.4343-4.2424-36.7227
CIE-Lab50.5294-2.5158-38.7414

#317dba color RGB value is (49,125,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111101 10111010
Octal 61 175 272
Decimal 49 125 186
Hex 31 7D BA

RGB Percentages of Color #317dba

%13.61
%34.72
%51.67

CMYK Percentages of Color #317dba

%74
%33
%0
%27

Triadic Colors of #317dba

#317dba #ba317d #7dba31

Analogous Colors of #317dba

#317dba #3139ba #31bab3

Monochromatic Colors of #317dba

#317dba

Complementary Color

#317dba #ba6e31

#317dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#317dba Color CSS Codes

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

#317dba Text Font Color

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

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


#317dba Background Color

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

This div background color is #317dba


#317dba Border Color

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

This div border color is #317dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317dba


Comments

No comments written yet.

Please login to write comment.