Color Hex Logo

#344dcb Color Hex

#344DCB
(52,77,203)
0 Favorites   0 Comments

Color spaces of #344dcb

RGB 5277203
HSL0.640.590.50
HSV230°74°80°
CMYK 0.740.620.00   0.20
XYZ14.849510.349657.7149
Yxy10.34960.17910.1248
Hunter Lab32.170826.0937-83.8476
CIE-Lab38.462734.5417-67.9587

#344dcb color RGB value is (52,77,203).

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

The process color (four color CMYK) of #344dcb color hex is 0.74, 0.62, 0.00, 0.20. Web safe color of #344dcb is #3366cc. Color #344dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001101 11001011
Octal 64 115 313
Decimal 52 77 203
Hex 34 4D CB

RGB Percentages of Color #344dcb

%15.66
%23.19
%61.14

CMYK Percentages of Color #344dcb

%74
%62
%0
%20

Triadic Colors of #344dcb

#344dcb #cb344d #4dcb34

Analogous Colors of #344dcb

#344dcb #6734cb #3499cb

Monochromatic Colors of #344dcb

#344dcb

Complementary Color

#344dcb #cbb234

#344dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#344dcb Color CSS Codes

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

#344dcb Text Font Color

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

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


#344dcb Background Color

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

This div background color is #344dcb


#344dcb Border Color

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

This div border color is #344dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344dcb


Comments

No comments written yet.

Please login to write comment.