Color Hex Logo

#3151cc Color Hex

#3151CC
(49,81,204)
0 Favorites   0 Comments

Color spaces of #3151cc

RGB 4981204
HSL0.630.610.50
HSV228°76°80°
CMYK 0.760.600.00   0.20
XYZ15.108110.897558.4339
Yxy10.89750.17890.1291
Hunter Lab33.011423.9231-81.8422
CIE-Lab39.407332.0244-66.9995

#3151cc color RGB value is (49,81,204).

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

The process color (four color CMYK) of #3151cc color hex is 0.76, 0.60, 0.00, 0.20. Web safe color of #3151cc is #3366cc. Color #3151cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010001 11001100
Octal 61 121 314
Decimal 49 81 204
Hex 31 51 CC

RGB Percentages of Color #3151cc

%14.67
%24.25
%61.08

CMYK Percentages of Color #3151cc

%76
%60
%0
%20

Triadic Colors of #3151cc

#3151cc #cc3151 #51cc31

Analogous Colors of #3151cc

#3151cc #5e31cc #319fcc

Monochromatic Colors of #3151cc

#3151cc

Complementary Color

#3151cc #ccac31

#3151cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3151cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3151cc Color CSS Codes

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

#3151cc Text Font Color

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

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


#3151cc Background Color

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

This div background color is #3151cc


#3151cc Border Color

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

This div border color is #3151cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3151cc


Comments

No comments written yet.

Please login to write comment.