Color Hex Logo

#344abe Color Hex

#344ABE
(52,74,190)
0 Favorites   0 Comments

Color spaces of #344abe

RGB 5274190
HSL0.640.570.47
HSV230°73°75°
CMYK 0.730.610.00   0.25
XYZ13.15929.345349.8255
Yxy9.34530.18190.1292
Hunter Lab30.570123.3395-75.2364
CIE-Lab36.640831.7627-63.3606

#344abe color RGB value is (52,74,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 10111110
Octal 64 112 276
Decimal 52 74 190
Hex 34 4A BE

RGB Percentages of Color #344abe

%16.46
%23.42
%60.13

CMYK Percentages of Color #344abe

%73
%61
%0
%25

Triadic Colors of #344abe

#344abe #be344a #4abe34

Analogous Colors of #344abe

#344abe #6334be #348fbe

Monochromatic Colors of #344abe

#344abe

Complementary Color

#344abe #bea834

#344abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#344abe Color CSS Codes

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

#344abe Text Font Color

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

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


#344abe Background Color

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

This div background color is #344abe


#344abe Border Color

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

This div border color is #344abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344abe


Comments

No comments written yet.

Please login to write comment.