Color Hex Logo

#344bcc Color Hex

#344BCC
(52,75,204)
0 Favorites   0 Comments

Color spaces of #344bcc

RGB 5275204
HSL0.640.600.50
HSV231°75°80°
CMYK 0.750.630.00   0.20
XYZ14.831310.121958.2988
Yxy10.12190.17810.1216
Hunter Lab31.814927.5360-86.3746
CIE-Lab38.060336.1660-69.1965

#344bcc color RGB value is (52,75,204).

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

The process color (four color CMYK) of #344bcc color hex is 0.75, 0.63, 0.00, 0.20. Web safe color of #344bcc is #3333cc. Color #344bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001011 11001100
Octal 64 113 314
Decimal 52 75 204
Hex 34 4B CC

RGB Percentages of Color #344bcc

%15.71
%22.66
%61.63

CMYK Percentages of Color #344bcc

%75
%63
%0
%20

Triadic Colors of #344bcc

#344bcc #cc344b #4bcc34

Analogous Colors of #344bcc

#344bcc #6934cc #3497cc

Monochromatic Colors of #344bcc

#344bcc

Complementary Color

#344bcc #ccb534

#344bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#344bcc Color CSS Codes

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

#344bcc Text Font Color

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

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


#344bcc Background Color

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

This div background color is #344bcc


#344bcc Border Color

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

This div border color is #344bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344bcc


Comments

No comments written yet.

Please login to write comment.