Color Hex Logo

#344fbe Color Hex

#344FBE
(52,79,190)
0 Favorites   0 Comments

Color spaces of #344fbe

RGB 5279190
HSL0.630.570.47
HSV228°73°75°
CMYK 0.730.580.00   0.25
XYZ13.506410.039749.9412
Yxy10.03970.18380.1366
Hunter Lab31.685520.6386-71.2703
CIE-Lab37.913628.5317-61.2853

#344fbe color RGB value is (52,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001111 10111110
Octal 64 117 276
Decimal 52 79 190
Hex 34 4F BE

RGB Percentages of Color #344fbe

%16.20
%24.61
%59.19

CMYK Percentages of Color #344fbe

%73
%58
%0
%25

Triadic Colors of #344fbe

#344fbe #be344f #4fbe34

Analogous Colors of #344fbe

#344fbe #5e34be #3494be

Monochromatic Colors of #344fbe

#344fbe

Complementary Color

#344fbe #bea334

#344fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#344fbe Color CSS Codes

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

#344fbe Text Font Color

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

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


#344fbe Background Color

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

This div background color is #344fbe


#344fbe Border Color

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

This div border color is #344fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344fbe


Comments

No comments written yet.

Please login to write comment.