color codes Logo

#034ccc color codes

#034CCC
(3,76,204)
0 Favorites   0 Comments

Color spaces of #034ccc

RGB 376204
HSL0.610.970.41
HSV218°99°80°
CMYK 0.990.630.00   0.20
XYZ13.52119.547958.2570
Yxy9.54790.16630.1174
Hunter Lab30.899724.0337-90.1532
CIE-Lab37.018532.4845-70.9539

#034ccc color RGB value is (3,76,204).

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

The process color (four color CMYK) of #034ccc color code is 0.99, 0.63, 0.00, 0.20. Web safe color of #034ccc is #0033cc. Color #034ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11001100
Octal 3 114 314
Decimal 3 76 204
Hex 3 4C CC

RGB Percentages of Color #034ccc

%1.06
%26.86
%72.08

CMYK Percentages of Color #034ccc

%99
%63
%0
%20

Triadic Colors of #034ccc

#034ccc #cc034c #4ccc03

Analogous Colors of #034ccc

#034ccc #1e03cc #03b1cc

Monochromatic Colors of #034ccc

#034ccc

Complementary Color

#034ccc #cc8303

#034ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ccc Color CSS Codes

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

#034ccc Text Font Color

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

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


#034ccc Background Color

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

This div background color is #034ccc


#034ccc Border Color

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

This div border color is #034ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,76,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 #034ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ccc


Comments

No comments written yet.

Please login to write comment.