Color Hex Logo

#034acb Color Hex

#034ACB
(3,74,203)
0 Favorites   0 Comments

Color spaces of #034acb

RGB 374203
HSL0.610.970.40
HSV219°99°80°
CMYK 0.990.640.00   0.20
XYZ13.26589.228757.5820
Yxy9.22870.16570.1152
Hunter Lab30.378824.7845-91.1172
CIE-Lab36.420933.4069-71.3546

#034acb color RGB value is (3,74,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001010 11001011
Octal 3 112 313
Decimal 3 74 203
Hex 3 4A CB

RGB Percentages of Color #034acb

%1.07
%26.43
%72.50

CMYK Percentages of Color #034acb

%99
%64
%0
%20

Triadic Colors of #034acb

#034acb #cb034a #4acb03

Analogous Colors of #034acb

#034acb #2003cb #03aecb

Monochromatic Colors of #034acb

#034acb

Complementary Color

#034acb #cb8403

#034acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#034acb Color CSS Codes

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

#034acb Text Font Color

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

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


#034acb Background Color

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

This div background color is #034acb


#034acb Border Color

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

This div border color is #034acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034acb


Comments

No comments written yet.

Please login to write comment.