Color Hex Logo

#344dbf Color Hex

#344DBF
(52,77,191)
0 Favorites   0 Comments

Color spaces of #344dbf

RGB 5277191
HSL0.640.570.48
HSV229°73°75°
CMYK 0.730.600.00   0.25
XYZ13.47409.799450.4715
Yxy9.79940.18270.1329
Hunter Lab31.304022.0488-73.6806
CIE-Lab37.480030.1919-62.5769

#344dbf color RGB value is (52,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001101 10111111
Octal 64 115 277
Decimal 52 77 191
Hex 34 4D BF

RGB Percentages of Color #344dbf

%16.25
%24.06
%59.69

CMYK Percentages of Color #344dbf

%73
%60
%0
%25

Triadic Colors of #344dbf

#344dbf #bf344d #4dbf34

Analogous Colors of #344dbf

#344dbf #6034bf #3493bf

Monochromatic Colors of #344dbf

#344dbf

Complementary Color

#344dbf #bfa634

#344dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#344dbf Color CSS Codes

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

#344dbf Text Font Color

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

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


#344dbf Background Color

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

This div background color is #344dbf


#344dbf Border Color

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

This div border color is #344dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344dbf


Comments

No comments written yet.

Please login to write comment.