Color Hex Logo

#034ebb Color Hex

#034EBB
(3,78,187)
0 Favorites   0 Comments

Color spaces of #034ebb

RGB 378187
HSL0.600.970.37
HSV216°98°73°
CMYK 0.980.580.00   0.27
XYZ11.73169.056048.1434
Yxy9.05600.17020.1314
Hunter Lab30.093216.9238-73.7875
CIE-Lab36.091924.4145-62.5527

#034ebb color RGB value is (3,78,187).

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

The process color (four color CMYK) of #034ebb color hex is 0.98, 0.58, 0.00, 0.27. Web safe color of #034ebb is #0066cc. Color #034ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001110 10111011
Octal 3 116 273
Decimal 3 78 187
Hex 3 4E BB

RGB Percentages of Color #034ebb

%1.12
%29.10
%69.78

CMYK Percentages of Color #034ebb

%98
%58
%0
%27

Triadic Colors of #034ebb

#034ebb #bb034e #4ebb03

Analogous Colors of #034ebb

#034ebb #1403bb #03aabb

Monochromatic Colors of #034ebb

#034ebb

Complementary Color

#034ebb #bb7003

#034ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ebb Color CSS Codes

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

#034ebb Text Font Color

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

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


#034ebb Background Color

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

This div background color is #034ebb


#034ebb Border Color

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

This div border color is #034ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ebb


Comments

No comments written yet.

Please login to write comment.