Color Hex Logo

#317dbc Color Hex

#317DBC
(49,125,188)
0 Favorites   0 Comments

Color spaces of #317dbc

RGB 49125188
HSL0.580.590.46
HSV207°74°74°
CMYK 0.740.340.00   0.26
XYZ17.677318.951050.3032
Yxy18.95100.20330.2180
Hunter Lab43.5327-3.6990-38.0382
CIE-Lab50.6298-1.7919-39.7325

#317dbc color RGB value is (49,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111101 10111100
Octal 61 175 274
Decimal 49 125 188
Hex 31 7D BC

RGB Percentages of Color #317dbc

%13.54
%34.53
%51.93

CMYK Percentages of Color #317dbc

%74
%34
%0
%26

Triadic Colors of #317dbc

#317dbc #bc317d #7dbc31

Analogous Colors of #317dbc

#317dbc #3138bc #31bcb6

Monochromatic Colors of #317dbc

#317dbc

Complementary Color

#317dbc #bc7031

#317dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317dbc Color CSS Codes

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

#317dbc Text Font Color

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

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


#317dbc Background Color

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

This div background color is #317dbc


#317dbc Border Color

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

This div border color is #317dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317dbc


Comments

No comments written yet.

Please login to write comment.