Color Hex Logo

#3047cc Color Hex

#3047CC
(48,71,204)
0 Favorites   0 Comments

Color spaces of #3047cc

RGB 4871204
HSL0.640.620.49
HSV231°76°80°
CMYK 0.760.650.00   0.20
XYZ14.37129.494558.2019
Yxy9.49450.17510.1157
Hunter Lab30.813129.3291-90.4217
CIE-Lab36.919538.2707-71.0735

#3047cc color RGB value is (48,71,204).

#3047cc hex color red value is 48, green value is 71 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3047cc hue: 0.64 , saturation: 0.62 and the lightness value of 3047cc is 0.49.

The process color (four color CMYK) of #3047cc color hex is 0.76, 0.65, 0.00, 0.20. Web safe color of #3047cc is #3333cc. Color #3047cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 11001100
Octal 60 107 314
Decimal 48 71 204
Hex 30 47 CC

RGB Percentages of Color #3047cc

%14.86
%21.98
%63.16

CMYK Percentages of Color #3047cc

%76
%65
%0
%20

Triadic Colors of #3047cc

#3047cc #cc3047 #47cc30

Analogous Colors of #3047cc

#3047cc #6730cc #3095cc

Monochromatic Colors of #3047cc

#3047cc

Complementary Color

#3047cc #ccb530

#3047cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3047cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3047cc Color CSS Codes

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

#3047cc Text Font Color

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

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


#3047cc Background Color

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

This div background color is #3047cc


#3047cc Border Color

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

This div border color is #3047cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3047cc


Comments

No comments written yet.

Please login to write comment.