Color Hex Logo

#3019cc Color Hex

#3019CC
(48,25,204)
0 Favorites   0 Comments

Color spaces of #3019cc

RGB 4825204
HSL0.690.780.45
HSV248°88°80°
CMYK 0.760.880.00   0.20
XYZ12.46565.683357.5667
Yxy5.68330.16460.0751
Hunter Lab23.839751.6170-126.4824
CIE-Lab28.599061.7989-84.8265

#3019cc color RGB value is (48,25,204).

#3019cc hex color red value is 48, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3019cc hue: 0.69 , saturation: 0.78 and the lightness value of 3019cc is 0.45.

The process color (four color CMYK) of #3019cc color hex is 0.76, 0.88, 0.00, 0.20. Web safe color of #3019cc is #3300cc. Color #3019cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011001 11001100
Octal 60 31 314
Decimal 48 25 204
Hex 30 19 CC

RGB Percentages of Color #3019cc

%17.33
%9.03
%73.65

CMYK Percentages of Color #3019cc

%76
%88
%0
%20

Triadic Colors of #3019cc

#3019cc #cc3019 #19cc30

Analogous Colors of #3019cc

#3019cc #8a19cc #195bcc

Monochromatic Colors of #3019cc

#3019cc

Complementary Color

#3019cc #b5cc19

#3019cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3019cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3019cc Color CSS Codes

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

#3019cc Text Font Color

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

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


#3019cc Background Color

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

This div background color is #3019cc


#3019cc Border Color

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

This div border color is #3019cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3019cc


Comments

No comments written yet.

Please login to write comment.