Color Hex Logo

#344fad Color Hex

#344FAD
(52,79,173)
0 Favorites   0 Comments

Color spaces of #344fad

RGB 5279173
HSL0.630.540.44
HSV227°70°68°
CMYK 0.700.540.00   0.32
XYZ11.75509.339240.7182
Yxy9.33920.19020.1511
Hunter Lab30.560115.1802-57.6058
CIE-Lab36.629322.2634-53.3516

#344fad color RGB value is (52,79,173).

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

The process color (four color CMYK) of #344fad color hex is 0.70, 0.54, 0.00, 0.32. Web safe color of #344fad is #336699. Color #344fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001111 10101101
Octal 64 117 255
Decimal 52 79 173
Hex 34 4F AD

RGB Percentages of Color #344fad

%17.11
%25.99
%56.91

CMYK Percentages of Color #344fad

%70
%54
%0
%32

Triadic Colors of #344fad

#344fad #ad344f #4fad34

Analogous Colors of #344fad

#344fad #5634ad #348cad

Monochromatic Colors of #344fad

#344fad

Complementary Color

#344fad #ad9234

#344fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#344fad Color CSS Codes

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

#344fad Text Font Color

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

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


#344fad Background Color

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

This div background color is #344fad


#344fad Border Color

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

This div border color is #344fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344fad


Comments

No comments written yet.

Please login to write comment.