Color Hex Logo

#344baf Color Hex

#344BAF
(52,75,175)
0 Favorites   0 Comments

Color spaces of #344baf

RGB 5275175
HSL0.640.540.45
HSV229°70°69°
CMYK 0.700.570.00   0.31
XYZ11.67018.857441.6520
Yxy8.85740.18770.1424
Hunter Lab29.761417.9114-62.1453
CIE-Lab35.708325.6323-56.0329

#344baf color RGB value is (52,75,175).

#344baf hex color red value is 52, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #344baf hue: 0.64 , saturation: 0.54 and the lightness value of 344baf is 0.45.

The process color (four color CMYK) of #344baf color hex is 0.70, 0.57, 0.00, 0.31. Web safe color of #344baf is #333399. Color #344baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 10101111
Octal 64 113 257
Decimal 52 75 175
Hex 34 4B AF

RGB Percentages of Color #344baf

%17.22
%24.83
%57.95

CMYK Percentages of Color #344baf

%70
%57
%0
%31

Triadic Colors of #344baf

#344baf #af344b #4baf34

Analogous Colors of #344baf

#344baf #5a34af #3489af

Monochromatic Colors of #344baf

#344baf

Complementary Color

#344baf #af9834

#344baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#344baf Color CSS Codes

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

#344baf Text Font Color

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

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


#344baf Background Color

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

This div background color is #344baf


#344baf Border Color

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

This div border color is #344baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344baf


Comments

No comments written yet.

Please login to write comment.