Color Hex Logo

#316bcf Color Hex

#316BCF
(49,107,207)
0 Favorites   0 Comments

Color spaces of #316bcf

RGB 49107207
HSL0.610.620.50
HSV218°76°81°
CMYK 0.760.480.00   0.19
XYZ17.786815.673461.1193
Yxy15.67340.18810.1657
Hunter Lab39.589610.9144-63.8204
CIE-Lab46.543116.4116-57.1490

#316bcf color RGB value is (49,107,207).

#316bcf hex color red value is 49, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #316bcf hue: 0.61 , saturation: 0.62 and the lightness value of 316bcf is 0.50.

The process color (four color CMYK) of #316bcf color hex is 0.76, 0.48, 0.00, 0.19. Web safe color of #316bcf is #3366cc. Color #316bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101011 11001111
Octal 61 153 317
Decimal 49 107 207
Hex 31 6B CF

RGB Percentages of Color #316bcf

%13.50
%29.48
%57.02

CMYK Percentages of Color #316bcf

%76
%48
%0
%19

Triadic Colors of #316bcf

#316bcf #cf316b #6bcf31

Analogous Colors of #316bcf

#316bcf #4631cf #31bacf

Monochromatic Colors of #316bcf

#316bcf

Complementary Color

#316bcf #cf9531

#316bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#316bcf Color CSS Codes

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

#316bcf Text Font Color

<p style="color:#316bcf">Text here</p>

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


#316bcf Background Color

<div style="background-color:#316bcf">
Div content here</div>

This div background color is #316bcf


#316bcf Border Color

<div style="border:3px solid #316bcf">
Div here</div>

This div border color is #316bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,107,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #316bcf;
  box-shadow:         1px 1px 3px 2px #316bcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316bcf


Comments

No comments written yet.

Please login to write comment.