Color Hex Logo

#344fcc Color Hex

#344FCC
(52,79,204)
0 Favorites   0 Comments

Color spaces of #344fcc

RGB 5279204
HSL0.640.600.50
HSV229°75°80°
CMYK 0.750.610.00   0.20
XYZ15.111210.681758.3921
Yxy10.68170.17950.1269
Hunter Lab32.682925.3360-83.0511
CIE-Lab39.039133.6299-67.5955

#344fcc color RGB value is (52,79,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001111 11001100
Octal 64 117 314
Decimal 52 79 204
Hex 34 4F CC

RGB Percentages of Color #344fcc

%15.52
%23.58
%60.90

CMYK Percentages of Color #344fcc

%75
%61
%0
%20

Triadic Colors of #344fcc

#344fcc #cc344f #4fcc34

Analogous Colors of #344fcc

#344fcc #6534cc #349bcc

Monochromatic Colors of #344fcc

#344fcc

Complementary Color

#344fcc #ccb134

#344fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#344fcc Color CSS Codes

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

#344fcc Text Font Color

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

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


#344fcc Background Color

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

This div background color is #344fcc


#344fcc Border Color

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

This div border color is #344fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,79,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 #344fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344fcc


Comments

No comments written yet.

Please login to write comment.