color codes Logo

#034dcc color codes

#034DCC
(3,77,204)
0 Favorites   0 Comments

Color spaces of #034dcc

RGB 377204
HSL0.610.970.41
HSV218°99°80°
CMYK 0.990.620.00   0.20
XYZ13.59059.686758.2802
Yxy9.68670.16660.1188
Hunter Lab31.123523.4785-89.2370
CIE-Lab37.274231.8282-70.5346

#034dcc color RGB value is (3,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001101 11001100
Octal 3 115 314
Decimal 3 77 204
Hex 3 4D CC

RGB Percentages of Color #034dcc

%1.06
%27.11
%71.83

CMYK Percentages of Color #034dcc

%99
%62
%0
%20

Triadic Colors of #034dcc

#034dcc #cc034d #4dcc03

Analogous Colors of #034dcc

#034dcc #1e03cc #03b2cc

Monochromatic Colors of #034dcc

#034dcc

Complementary Color

#034dcc #cc8203

#034dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#034dcc Color CSS Codes

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

#034dcc Text Font Color

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

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


#034dcc Background Color

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

This div background color is #034dcc


#034dcc Border Color

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

This div border color is #034dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034dcc


Comments

No comments written yet.

Please login to write comment.