Color Hex Logo

#316cbc Color Hex

#316CBC
(49,108,188)
0 Favorites   0 Comments

Color spaces of #316cbc

RGB 49108188
HSL0.600.590.46
HSV215°74°74°
CMYK 0.740.430.00   0.26
XYZ15.706315.008949.6462
Yxy15.00890.19540.1868
Hunter Lab38.74134.5692-48.8600
CIE-Lab45.64648.6603-47.6486

#316cbc color RGB value is (49,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101100 10111100
Octal 61 154 274
Decimal 49 108 188
Hex 31 6C BC

RGB Percentages of Color #316cbc

%14.20
%31.30
%54.49

CMYK Percentages of Color #316cbc

%74
%43
%0
%26

Triadic Colors of #316cbc

#316cbc #bc316c #6cbc31

Analogous Colors of #316cbc

#316cbc #3c31bc #31b2bc

Monochromatic Colors of #316cbc

#316cbc

Complementary Color

#316cbc #bc8131

#316cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#316cbc Color CSS Codes

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

#316cbc Text Font Color

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

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


#316cbc Background Color

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

This div background color is #316cbc


#316cbc Border Color

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

This div border color is #316cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316cbc


Comments

No comments written yet.

Please login to write comment.