Color Hex Logo

#317cbd Color Hex

#317CBD
(49,124,189)
0 Favorites   0 Comments

Color spaces of #317cbd

RGB 49124189
HSL0.580.590.47
HSV208°74°74°
CMYK 0.740.340.00   0.26
XYZ17.659618.742450.8310
Yxy18.74240.20240.2149
Hunter Lab43.2925-2.9493-39.3094
CIE-Lab50.3845-0.8296-40.6944

#317cbd color RGB value is (49,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 10111101
Octal 61 174 275
Decimal 49 124 189
Hex 31 7C BD

RGB Percentages of Color #317cbd

%13.54
%34.25
%52.21

CMYK Percentages of Color #317cbd

%74
%34
%0
%26

Triadic Colors of #317cbd

#317cbd #bd317c #7cbd31

Analogous Colors of #317cbd

#317cbd #3136bd #31bdb8

Monochromatic Colors of #317cbd

#317cbd

Complementary Color

#317cbd #bd7231

#317cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cbd Color CSS Codes

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

#317cbd Text Font Color

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

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


#317cbd Background Color

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

This div background color is #317cbd


#317cbd Border Color

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

This div border color is #317cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cbd


Comments

No comments written yet.

Please login to write comment.