Color Hex Logo

#317bae Color Hex

#317BAE
(49,123,174)
0 Favorites   0 Comments

Color spaces of #317bae

RGB 49123174
HSL0.570.560.44
HSV204°72°68°
CMYK 0.720.290.00   0.32
XYZ15.989617.874942.6519
Yxy17.87490.20900.2336
Hunter Lab42.2787-6.4799-30.2182
CIE-Lab49.3440-5.6379-33.6755

#317bae color RGB value is (49,123,174).

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

The process color (four color CMYK) of #317bae color hex is 0.72, 0.29, 0.00, 0.32. Web safe color of #317bae is #336699. Color #317bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111011 10101110
Octal 61 173 256
Decimal 49 123 174
Hex 31 7B AE

RGB Percentages of Color #317bae

%14.16
%35.55
%50.29

CMYK Percentages of Color #317bae

%72
%29
%0
%32

Triadic Colors of #317bae

#317bae #ae317b #7bae31

Analogous Colors of #317bae

#317bae #313dae #31aea3

Monochromatic Colors of #317bae

#317bae

Complementary Color

#317bae #ae6431

#317bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#317bae Color CSS Codes

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

#317bae Text Font Color

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

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


#317bae Background Color

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

This div background color is #317bae


#317bae Border Color

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

This div border color is #317bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317bae


Comments

No comments written yet.

Please login to write comment.