Color Hex Logo

#319dbc Color Hex

#319DBC
(49,157,188)
0 Favorites   0 Comments

Color spaces of #319dbc

RGB 49157188
HSL0.540.590.46
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.400728.397751.8776
Yxy28.39770.21820.2766
Hunter Lab53.2895-18.2226-20.4165
CIE-Lab60.2463-19.8003-24.7488

#319dbc color RGB value is (49,157,188).

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

The process color (four color CMYK) of #319dbc color hex is 0.74, 0.16, 0.00, 0.26. Web safe color of #319dbc is #3399cc. Color #319dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011101 10111100
Octal 61 235 274
Decimal 49 157 188
Hex 31 9D BC

RGB Percentages of Color #319dbc

%12.44
%39.85
%47.72

CMYK Percentages of Color #319dbc

%74
%16
%0
%26

Triadic Colors of #319dbc

#319dbc #bc319d #9dbc31

Analogous Colors of #319dbc

#319dbc #3157bc #31bc96

Monochromatic Colors of #319dbc

#319dbc

Complementary Color

#319dbc #bc5031

#319dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#319dbc Color CSS Codes

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

#319dbc Text Font Color

<p style="color:#319dbc">Text here</p>

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


#319dbc Background Color

<div style="background-color:#319dbc">
Div content here</div>

This div background color is #319dbc


#319dbc Border Color

<div style="border:3px solid #319dbc">
Div here</div>

This div border color is #319dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319dbc


Comments

No comments written yet.

Please login to write comment.