Color Hex Logo

#3189cb Color Hex

#3189CB
(49,137,203)
0 Favorites   0 Comments

Color spaces of #3189cb

RGB 49137203
HSL0.570.610.49
HSV206°76°80°
CMYK 0.760.330.00   0.20
XYZ20.991822.856159.8052
Yxy22.85610.20250.2205
Hunter Lab47.8081-5.2874-40.7028
CIE-Lab54.9238-3.4741-41.5084

#3189cb color RGB value is (49,137,203).

#3189cb hex color red value is 49, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3189cb hue: 0.57 , saturation: 0.61 and the lightness value of 3189cb is 0.49.

The process color (four color CMYK) of #3189cb color hex is 0.76, 0.33, 0.00, 0.20. Web safe color of #3189cb is #3399cc. Color #3189cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 11001011
Octal 61 211 313
Decimal 49 137 203
Hex 31 89 CB

RGB Percentages of Color #3189cb

%12.60
%35.22
%52.19

CMYK Percentages of Color #3189cb

%76
%33
%0
%20

Triadic Colors of #3189cb

#3189cb #cb3189 #89cb31

Analogous Colors of #3189cb

#3189cb #313ccb #31cbc0

Monochromatic Colors of #3189cb

#3189cb

Complementary Color

#3189cb #cb7331

#3189cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3189cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3189cb Color CSS Codes

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

#3189cb Text Font Color

<p style="color:#3189cb">Text here</p>

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


#3189cb Background Color

<div style="background-color:#3189cb">
Div content here</div>

This div background color is #3189cb


#3189cb Border Color

<div style="border:3px solid #3189cb">
Div here</div>

This div border color is #3189cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,137,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3189cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3189cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3189cb;
  box-shadow:         1px 1px 3px 2px #3189cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3189cb


Comments

No comments written yet.

Please login to write comment.