Color Hex Logo

#317eaf Color Hex

#317EAF
(49,126,175)
0 Favorites   0 Comments

Color spaces of #317eaf

RGB 49126175
HSL0.560.560.44
HSV203°72°69°
CMYK 0.720.280.00   0.31
XYZ16.465318.669843.2933
Yxy18.66980.20990.2380
Hunter Lab43.2086-7.5948-29.1603
CIE-Lab50.2986-7.0421-32.7596

#317eaf color RGB value is (49,126,175).

#317eaf hex color red value is 49, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #317eaf hue: 0.56 , saturation: 0.56 and the lightness value of 317eaf is 0.44.

The process color (four color CMYK) of #317eaf color hex is 0.72, 0.28, 0.00, 0.31. Web safe color of #317eaf is #336699. Color #317eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111110 10101111
Octal 61 176 257
Decimal 49 126 175
Hex 31 7E AF

RGB Percentages of Color #317eaf

%14.00
%36.00
%50.00

CMYK Percentages of Color #317eaf

%72
%28
%0
%31

Triadic Colors of #317eaf

#317eaf #af317e #7eaf31

Analogous Colors of #317eaf

#317eaf #313faf #31afa1

Monochromatic Colors of #317eaf

#317eaf

Complementary Color

#317eaf #af6231

#317eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#317eaf Color CSS Codes

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

#317eaf Text Font Color

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

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


#317eaf Background Color

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

This div background color is #317eaf


#317eaf Border Color

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

This div border color is #317eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317eaf


Comments

No comments written yet.

Please login to write comment.