Color Hex Logo

#317cbc Color Hex

#317CBC
(49,124,188)
0 Favorites   0 Comments

Color spaces of #317cbc

RGB 49124188
HSL0.580.590.46
HSV208°74°74°
CMYK 0.740.340.00   0.26
XYZ17.551418.699150.2612
Yxy18.69910.20290.2161
Hunter Lab43.2425-3.2241-38.6437
CIE-Lab50.3333-1.1929-40.2007

#317cbc color RGB value is (49,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111100 10111100
Octal 61 174 274
Decimal 49 124 188
Hex 31 7C BC

RGB Percentages of Color #317cbc

%13.57
%34.35
%52.08

CMYK Percentages of Color #317cbc

%74
%34
%0
%26

Triadic Colors of #317cbc

#317cbc #bc317c #7cbc31

Analogous Colors of #317cbc

#317cbc #3136bc #31bcb7

Monochromatic Colors of #317cbc

#317cbc

Complementary Color

#317cbc #bc7131

#317cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317cbc Color CSS Codes

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

#317cbc Text Font Color

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

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


#317cbc Background Color

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

This div background color is #317cbc


#317cbc Border Color

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

This div border color is #317cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317cbc


Comments

No comments written yet.

Please login to write comment.