Color Hex Logo

#3188cf Color Hex

#3188CF
(49,136,207)
0 Favorites   0 Comments

Color spaces of #3188cf

RGB 49136207
HSL0.570.620.50
HSV207°76°81°
CMYK 0.760.340.00   0.19
XYZ21.333322.766362.3014
Yxy22.76630.20050.2140
Hunter Lab47.7140-3.6909-44.0166
CIE-Lab54.8308-1.4431-43.9166

#3188cf color RGB value is (49,136,207).

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

The process color (four color CMYK) of #3188cf color hex is 0.76, 0.34, 0.00, 0.19. Web safe color of #3188cf is #3399cc. Color #3188cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001000 11001111
Octal 61 210 317
Decimal 49 136 207
Hex 31 88 CF

RGB Percentages of Color #3188cf

%12.50
%34.69
%52.81

CMYK Percentages of Color #3188cf

%76
%34
%0
%19

Triadic Colors of #3188cf

#3188cf #cf3188 #88cf31

Analogous Colors of #3188cf

#3188cf #3139cf #31cfc7

Monochromatic Colors of #3188cf

#3188cf

Complementary Color

#3188cf #cf7831

#3188cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3188cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3188cf Color CSS Codes

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

#3188cf Text Font Color

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

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


#3188cf Background Color

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

This div background color is #3188cf


#3188cf Border Color

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

This div border color is #3188cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3188cf


Comments

No comments written yet.

Please login to write comment.