Color Hex Logo

#317fbc Color Hex

#317FBC
(49,127,188)
0 Favorites   0 Comments

Color spaces of #317fbc

RGB 49127188
HSL0.570.590.46
HSV206°74°74°
CMYK 0.740.320.00   0.26
XYZ17.933119.462650.3884
Yxy19.46260.20430.2217
Hunter Lab44.1164-4.6445-36.8377
CIE-Lab51.2241-2.9833-38.7952

#317fbc color RGB value is (49,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111111 10111100
Octal 61 177 274
Decimal 49 127 188
Hex 31 7F BC

RGB Percentages of Color #317fbc

%13.46
%34.89
%51.65

CMYK Percentages of Color #317fbc

%74
%32
%0
%26

Triadic Colors of #317fbc

#317fbc #bc317f #7fbc31

Analogous Colors of #317fbc

#317fbc #313abc #31bcb4

Monochromatic Colors of #317fbc

#317fbc

Complementary Color

#317fbc #bc6e31

#317fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#317fbc Color CSS Codes

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

#317fbc Text Font Color

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

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


#317fbc Background Color

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

This div background color is #317fbc


#317fbc Border Color

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

This div border color is #317fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,127,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 #317fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317fbc


Comments

No comments written yet.

Please login to write comment.