Color Hex Logo

#344cdc Color Hex

#344CDC
(52,76,220)
0 Favorites   0 Comments

Color spaces of #344cdc

RGB 5276220
HSL0.640.710.53
HSV231°76°86°
CMYK 0.760.650.00   0.14
XYZ16.918911.066368.9544
Yxy11.06630.17450.1142
Hunter Lab33.266032.5684-99.6110
CIE-Lab39.691941.2129-75.7297

#344cdc color RGB value is (52,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001100 11011100
Octal 64 114 334
Decimal 52 76 220
Hex 34 4C DC

RGB Percentages of Color #344cdc

%14.94
%21.84
%63.22

CMYK Percentages of Color #344cdc

%76
%65
%0
%14

Triadic Colors of #344cdc

#344cdc #dc344c #4cdc34

Analogous Colors of #344cdc

#344cdc #7034dc #34a0dc

Monochromatic Colors of #344cdc

#344cdc

Complementary Color

#344cdc #dcc434

#344cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#344cdc Color CSS Codes

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

#344cdc Text Font Color

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

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


#344cdc Background Color

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

This div background color is #344cdc


#344cdc Border Color

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

This div border color is #344cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344cdc


Comments

No comments written yet.

Please login to write comment.