Color Hex Logo

#034cc2 Color Hex

#034CC2
(3,76,194)
0 Favorites   0 Comments

Color spaces of #034cc2

RGB 376194
HSL0.600.970.39
HSV217°98°76°
CMYK 0.980.610.00   0.24
XYZ12.35969.083352.1408
Yxy9.08330.16800.1234
Hunter Lab30.138520.4592-81.4770
CIE-Lab36.144228.5543-66.5680

#034cc2 color RGB value is (3,76,194).

#034cc2 hex color red value is 3, green value is 76 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #034cc2 hue: 0.60 , saturation: 0.97 and the lightness value of 034cc2 is 0.39.

The process color (four color CMYK) of #034cc2 color hex is 0.98, 0.61, 0.00, 0.24. Web safe color of #034cc2 is #0033cc. Color #034cc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11000010
Octal 3 114 302
Decimal 3 76 194
Hex 3 4C C2

RGB Percentages of Color #034cc2

%1.10
%27.84
%71.06

CMYK Percentages of Color #034cc2

%98
%61
%0
%24

Triadic Colors of #034cc2

#034cc2 #c2034c #4cc203

Analogous Colors of #034cc2

#034cc2 #1a03c2 #03acc2

Monochromatic Colors of #034cc2

#034cc2

Complementary Color

#034cc2 #c27903

#034cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cc2 Color CSS Codes

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

#034cc2 Text Font Color

<p style="color:#034cc2">Text here</p>

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


#034cc2 Background Color

<div style="background-color:#034cc2">
Div content here</div>

This div background color is #034cc2


#034cc2 Border Color

<div style="border:3px solid #034cc2">
Div here</div>

This div border color is #034cc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,76,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #034cc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #034cc2;
  -webkit-box-shadow: 1px 1px 3px 2px #034cc2;
  box-shadow:         1px 1px 3px 2px #034cc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,76,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cc2


Comments

No comments written yet.

Please login to write comment.