Color Hex Logo

#344dbe Color Hex

#344DBE
(52,77,190)
0 Favorites   0 Comments

Color spaces of #344dbe

RGB 5277190
HSL0.640.570.47
HSV229°73°75°
CMYK 0.730.590.00   0.25
XYZ13.36439.755549.8938
Yxy9.75550.18300.1336
Hunter Lab31.233821.7173-72.8480
CIE-Lab37.400029.8272-62.1220

#344dbe color RGB value is (52,77,190).

#344dbe hex color red value is 52, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #344dbe hue: 0.64 , saturation: 0.57 and the lightness value of 344dbe is 0.47.

The process color (four color CMYK) of #344dbe color hex is 0.73, 0.59, 0.00, 0.25. Web safe color of #344dbe is #3366cc. Color #344dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001101 10111110
Octal 64 115 276
Decimal 52 77 190
Hex 34 4D BE

RGB Percentages of Color #344dbe

%16.30
%24.14
%59.56

CMYK Percentages of Color #344dbe

%73
%59
%0
%25

Triadic Colors of #344dbe

#344dbe #be344d #4dbe34

Analogous Colors of #344dbe

#344dbe #6034be #3492be

Monochromatic Colors of #344dbe

#344dbe

Complementary Color

#344dbe #bea534

#344dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#344dbe Color CSS Codes

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

#344dbe Text Font Color

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

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


#344dbe Background Color

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

This div background color is #344dbe


#344dbe Border Color

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

This div border color is #344dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,77,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344dbe


Comments

No comments written yet.

Please login to write comment.