Color Hex Logo

#344edb Color Hex

#344EDB
(52,78,219)
0 Favorites   0 Comments

Color spaces of #344edb

RGB 5278219
HSL0.640.700.53
HSV231°76°86°
CMYK 0.760.640.00   0.14
XYZ16.926711.293368.3055
Yxy11.29330.17540.1170
Hunter Lab33.605531.0987-96.9871
CIE-Lab40.070139.6259-74.5371

#344edb color RGB value is (52,78,219).

#344edb hex color red value is 52, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #344edb hue: 0.64 , saturation: 0.70 and the lightness value of 344edb is 0.53.

The process color (four color CMYK) of #344edb color hex is 0.76, 0.64, 0.00, 0.14. Web safe color of #344edb is #3366cc. Color #344edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001110 11011011
Octal 64 116 333
Decimal 52 78 219
Hex 34 4E DB

RGB Percentages of Color #344edb

%14.90
%22.35
%62.75

CMYK Percentages of Color #344edb

%76
%64
%0
%14

Triadic Colors of #344edb

#344edb #db344e #4edb34

Analogous Colors of #344edb

#344edb #6e34db #34a2db

Monochromatic Colors of #344edb

#344edb

Complementary Color

#344edb #dbc134

#344edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#344edb Color CSS Codes

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

#344edb Text Font Color

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

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


#344edb Background Color

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

This div background color is #344edb


#344edb Border Color

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

This div border color is #344edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344edb


Comments

No comments written yet.

Please login to write comment.