Color Hex Logo

#344ecb Color Hex

#344ECB
(52,78,203)
0 Favorites   0 Comments

Color spaces of #344ecb

RGB 5278203
HSL0.640.590.50
HSV230°74°80°
CMYK 0.740.620.00   0.20
XYZ14.920110.490657.7384
Yxy10.49060.17940.1262
Hunter Lab32.389225.5450-83.0205
CIE-Lab38.708933.9065-67.5562

#344ecb color RGB value is (52,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001110 11001011
Octal 64 116 313
Decimal 52 78 203
Hex 34 4E CB

RGB Percentages of Color #344ecb

%15.62
%23.42
%60.96

CMYK Percentages of Color #344ecb

%74
%62
%0
%20

Triadic Colors of #344ecb

#344ecb #cb344e #4ecb34

Analogous Colors of #344ecb

#344ecb #6634cb #349acb

Monochromatic Colors of #344ecb

#344ecb

Complementary Color

#344ecb #cbb134

#344ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#344ecb Color CSS Codes

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

#344ecb Text Font Color

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

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


#344ecb Background Color

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

This div background color is #344ecb


#344ecb Border Color

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

This div border color is #344ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344ecb


Comments

No comments written yet.

Please login to write comment.