Color Hex Logo

#317cbe Color Hex

#317CBE
(49,124,190)
0 Favorites   0 Comments

Color spaces of #317cbe

RGB 49124190
HSL0.580.590.47
HSV208°74°75°
CMYK 0.740.350.00   0.25
XYZ17.768518.786051.4048
Yxy18.78600.20200.2136
Hunter Lab43.3428-2.6734-39.9783
CIE-Lab50.4359-0.4660-41.1874

#317cbe color RGB value is (49,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 10111110
Octal 61 174 276
Decimal 49 124 190
Hex 31 7C BE

RGB Percentages of Color #317cbe

%13.50
%34.16
%52.34

CMYK Percentages of Color #317cbe

%74
%35
%0
%25

Triadic Colors of #317cbe

#317cbe #be317c #7cbe31

Analogous Colors of #317cbe

#317cbe #3135be #31beba

Monochromatic Colors of #317cbe

#317cbe

Complementary Color

#317cbe #be7331

#317cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cbe Color CSS Codes

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

#317cbe Text Font Color

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

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


#317cbe Background Color

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

This div background color is #317cbe


#317cbe Border Color

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

This div border color is #317cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cbe


Comments

No comments written yet.

Please login to write comment.