Color Hex Logo

#3199cc Color Hex

#3199CC
(49,153,204)
0 Favorites   0 Comments

Color spaces of #3199cc

RGB 49153204
HSL0.550.610.50
HSV200°76°80°
CMYK 0.760.250.00   0.20
XYZ23.556927.795161.2501
Yxy27.79510.20920.2468
Hunter Lab52.7211-12.5042-31.9770
CIE-Lab59.7032-12.2343-34.5767

#3199cc color RGB value is (49,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 11001100
Octal 61 231 314
Decimal 49 153 204
Hex 31 99 CC

RGB Percentages of Color #3199cc

%12.07
%37.68
%50.25

CMYK Percentages of Color #3199cc

%76
%25
%0
%20

Triadic Colors of #3199cc

#3199cc #cc3199 #99cc31

Analogous Colors of #3199cc

#3199cc #314ccc #31ccb2

Monochromatic Colors of #3199cc

#3199cc

Complementary Color

#3199cc #cc6431

#3199cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3199cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3199cc Color CSS Codes

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

#3199cc Text Font Color

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

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


#3199cc Background Color

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

This div background color is #3199cc


#3199cc Border Color

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

This div border color is #3199cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3199cc


Comments

No comments written yet.

Please login to write comment.