Color Hex Logo

#034ecb Color Hex

#034ECB
(3,78,203)
0 Favorites   0 Comments

Color spaces of #034ecb

RGB 378203
HSL0.600.970.40
HSV218°99°80°
CMYK 0.990.620.00   0.20
XYZ13.54149.779957.6739
Yxy9.77990.16720.1207
Hunter Lab31.272822.5646-87.4527
CIE-Lab37.444530.7789-69.6759

#034ecb color RGB value is (3,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001110 11001011
Octal 3 116 313
Decimal 3 78 203
Hex 3 4E CB

RGB Percentages of Color #034ecb

%1.06
%27.46
%71.48

CMYK Percentages of Color #034ecb

%99
%62
%0
%20

Triadic Colors of #034ecb

#034ecb #cb034e #4ecb03

Analogous Colors of #034ecb

#034ecb #1c03cb #03b2cb

Monochromatic Colors of #034ecb

#034ecb

Complementary Color

#034ecb #cb8003

#034ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ecb Color CSS Codes

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

#034ecb Text Font Color

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

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


#034ecb Background Color

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

This div background color is #034ecb


#034ecb Border Color

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

This div border color is #034ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ecb


Comments

No comments written yet.

Please login to write comment.