Color Hex Logo

#317baf Color Hex

#317BAF
(49,123,175)
0 Favorites   0 Comments

Color spaces of #317baf

RGB 49123175
HSL0.570.560.44
HSV205°72°69°
CMYK 0.720.300.00   0.31
XYZ16.087417.914043.1673
Yxy17.91400.20850.2321
Hunter Lab42.3249-6.2221-30.8426
CIE-Lab49.3916-5.2815-34.1805

#317baf color RGB value is (49,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 10101111
Octal 61 173 257
Decimal 49 123 175
Hex 31 7B AF

RGB Percentages of Color #317baf

%14.12
%35.45
%50.43

CMYK Percentages of Color #317baf

%72
%30
%0
%31

Triadic Colors of #317baf

#317baf #af317b #7baf31

Analogous Colors of #317baf

#317baf #313caf #31afa4

Monochromatic Colors of #317baf

#317baf

Complementary Color

#317baf #af6531

#317baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#317baf Color CSS Codes

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

#317baf Text Font Color

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

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


#317baf Background Color

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

This div background color is #317baf


#317baf Border Color

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

This div border color is #317baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317baf


Comments

No comments written yet.

Please login to write comment.