Color Hex Logo

#344ebd Color Hex

#344EBD
(52,78,189)
0 Favorites   0 Comments

Color spaces of #344ebd

RGB 5278189
HSL0.640.570.47
HSV229°72°74°
CMYK 0.720.590.00   0.26
XYZ13.32599.853049.3436
Yxy9.85300.18370.1359
Hunter Lab31.389520.8477-71.2300
CIE-Lab37.577328.8137-61.2474

#344ebd color RGB value is (52,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001110 10111101
Octal 64 116 275
Decimal 52 78 189
Hex 34 4E BD

RGB Percentages of Color #344ebd

%16.30
%24.45
%59.25

CMYK Percentages of Color #344ebd

%72
%59
%0
%26

Triadic Colors of #344ebd

#344ebd #bd344e #4ebd34

Analogous Colors of #344ebd

#344ebd #5f34bd #3493bd

Monochromatic Colors of #344ebd

#344ebd

Complementary Color

#344ebd #bda334

#344ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#344ebd Color CSS Codes

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

#344ebd Text Font Color

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

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


#344ebd Background Color

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

This div background color is #344ebd


#344ebd Border Color

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

This div border color is #344ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344ebd


Comments

No comments written yet.

Please login to write comment.