Color Hex Logo

#317cbb Color Hex

#317CBB
(49,124,187)
0 Favorites   0 Comments

Color spaces of #317cbb

RGB 49124187
HSL0.580.580.46
HSV207°74°73°
CMYK 0.740.340.00   0.27
XYZ17.443918.656149.6953
Yxy18.65610.20330.2174
Hunter Lab43.1927-3.4978-37.9811
CIE-Lab50.2824-1.5561-39.7062

#317cbb color RGB value is (49,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 10111011
Octal 61 174 273
Decimal 49 124 187
Hex 31 7C BB

RGB Percentages of Color #317cbb

%13.61
%34.44
%51.94

CMYK Percentages of Color #317cbb

%74
%34
%0
%27

Triadic Colors of #317cbb

#317cbb #bb317c #7cbb31

Analogous Colors of #317cbb

#317cbb #3137bb #31bbb5

Monochromatic Colors of #317cbb

#317cbb

Complementary Color

#317cbb #bb7031

#317cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cbb Color CSS Codes

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

#317cbb Text Font Color

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

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


#317cbb Background Color

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

This div background color is #317cbb


#317cbb Border Color

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

This div border color is #317cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cbb


Comments

No comments written yet.

Please login to write comment.