Color Hex Logo

#3188ff Color Hex

#3188FF
(49,136,255)
0 Favorites   0 Comments

Color spaces of #3188ff

RGB 49136255
HSL0.601.000.60
HSV215°81°100°
CMYK 0.810.470.00   0.00
XYZ28.120825.481398.0440
Yxy25.48130.18540.1680
Hunter Lab50.479011.1004-79.8221
CIE-Lab57.541416.1816-66.3347

#3188ff color RGB value is (49,136,255).

#3188ff hex color red value is 49, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3188ff hue: 0.60 , saturation: 1.00 and the lightness value of 3188ff is 0.60.

The process color (four color CMYK) of #3188ff color hex is 0.81, 0.47, 0.00, 0.00. Web safe color of #3188ff is #3399ff. Color #3188ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001000 11111111
Octal 61 210 377
Decimal 49 136 255
Hex 31 88 FF

RGB Percentages of Color #3188ff

%11.14
%30.91
%57.95

CMYK Percentages of Color #3188ff

%81
%47
%0
%0

Triadic Colors of #3188ff

#3188ff #ff3188 #88ff31

Analogous Colors of #3188ff

#3188ff #4131ff #31efff

Monochromatic Colors of #3188ff

#3188ff

Complementary Color

#3188ff #ffa831

#3188ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3188ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3188ff Color CSS Codes

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

#3188ff Text Font Color

<p style="color:#3188ff">Text here</p>

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


#3188ff Background Color

<div style="background-color:#3188ff">
Div content here</div>

This div background color is #3188ff


#3188ff Border Color

<div style="border:3px solid #3188ff">
Div here</div>

This div border color is #3188ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,136,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3188ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3188ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3188ff;
  box-shadow:         1px 1px 3px 2px #3188ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3188ff


Comments

No comments written yet.

Please login to write comment.