Color Hex Logo

#344acb Color Hex

#344ACB
(52,74,203)
0 Favorites   0 Comments

Color spaces of #344acb

RGB 5274203
HSL0.640.590.50
HSV231°74°80°
CMYK 0.740.640.00   0.20
XYZ14.64449.939457.6466
Yxy9.93940.17810.1209
Hunter Lab31.526827.7424-86.3427
CIE-Lab37.733436.4394-69.1522

#344acb color RGB value is (52,74,203).

#344acb hex color red value is 52, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #344acb hue: 0.64 , saturation: 0.59 and the lightness value of 344acb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 11001011
Octal 64 112 313
Decimal 52 74 203
Hex 34 4A CB

RGB Percentages of Color #344acb

%15.81
%22.49
%61.70

CMYK Percentages of Color #344acb

%74
%64
%0
%20

Triadic Colors of #344acb

#344acb #cb344a #4acb34

Analogous Colors of #344acb

#344acb #6a34cb #3496cb

Monochromatic Colors of #344acb

#344acb

Complementary Color

#344acb #cbb534

#344acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#344acb Color CSS Codes

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

#344acb Text Font Color

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

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


#344acb Background Color

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

This div background color is #344acb


#344acb Border Color

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

This div border color is #344acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344acb


Comments

No comments written yet.

Please login to write comment.