Color Hex Logo

#3182cc Color Hex

#3182CC
(49,130,204)
0 Favorites   0 Comments

Color spaces of #3182cc

RGB 49130204
HSL0.580.610.50
HSV209°76°80°
CMYK 0.760.360.00   0.20
XYZ20.148320.977960.1139
Yxy20.97790.19900.2072
Hunter Lab45.8016-1.6301-45.7560
CIE-Lab52.92531.0366-45.2355

#3182cc color RGB value is (49,130,204).

#3182cc hex color red value is 49, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3182cc hue: 0.58 , saturation: 0.61 and the lightness value of 3182cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000010 11001100
Octal 61 202 314
Decimal 49 130 204
Hex 31 82 CC

RGB Percentages of Color #3182cc

%12.79
%33.94
%53.26

CMYK Percentages of Color #3182cc

%76
%36
%0
%20

Triadic Colors of #3182cc

#3182cc #cc3182 #82cc31

Analogous Colors of #3182cc

#3182cc #3135cc #31ccc9

Monochromatic Colors of #3182cc

#3182cc

Complementary Color

#3182cc #cc7b31

#3182cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3182cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3182cc Color CSS Codes

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

#3182cc Text Font Color

<p style="color:#3182cc">Text here</p>

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


#3182cc Background Color

<div style="background-color:#3182cc">
Div content here</div>

This div background color is #3182cc


#3182cc Border Color

<div style="border:3px solid #3182cc">
Div here</div>

This div border color is #3182cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3182cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3182cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3182cc;
  box-shadow:         1px 1px 3px 2px #3182cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3182cc


Comments

No comments written yet.

Please login to write comment.