Color Hex Logo

#034cbc Color Hex

#034CBC
(3,76,188)
0 Favorites   0 Comments

Color spaces of #034cbc

RGB 376188
HSL0.600.970.37
HSV216°98°74°
CMYK 0.980.600.00   0.26
XYZ11.69918.819148.6626
Yxy8.81910.16910.1275
Hunter Lab29.697018.3503-76.3670
CIE-Lab35.633626.1597-63.8885

#034cbc color RGB value is (3,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 10111100
Octal 3 114 274
Decimal 3 76 188
Hex 3 4C BC

RGB Percentages of Color #034cbc

%1.12
%28.46
%70.41

CMYK Percentages of Color #034cbc

%98
%60
%0
%26

Triadic Colors of #034cbc

#034cbc #bc034c #4cbc03

Analogous Colors of #034cbc

#034cbc #1603bc #03a9bc

Monochromatic Colors of #034cbc

#034cbc

Complementary Color

#034cbc #bc7303

#034cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cbc Color CSS Codes

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

#034cbc Text Font Color

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

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


#034cbc Background Color

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

This div background color is #034cbc


#034cbc Border Color

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

This div border color is #034cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cbc


Comments

No comments written yet.

Please login to write comment.