Color Hex Logo

#346fcc Color Hex

#346FCC
(52,111,204)
0 Favorites   0 Comments

Color spaces of #346fcc

RGB 52111204
HSL0.600.600.50
HSV217°75°80°
CMYK 0.750.460.00   0.20
XYZ17.999716.458659.3549
Yxy16.45860.19190.1754
Hunter Lab40.56928.2006-58.3460
CIE-Lab47.570513.1195-53.7744

#346fcc color RGB value is (52,111,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11001100
Octal 64 157 314
Decimal 52 111 204
Hex 34 6F CC

RGB Percentages of Color #346fcc

%14.17
%30.25
%55.59

CMYK Percentages of Color #346fcc

%75
%46
%0
%20

Triadic Colors of #346fcc

#346fcc #cc346f #6fcc34

Analogous Colors of #346fcc

#346fcc #4534cc #34bbcc

Monochromatic Colors of #346fcc

#346fcc

Complementary Color

#346fcc #cc9134

#346fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fcc Color CSS Codes

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

#346fcc Text Font Color

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

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


#346fcc Background Color

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

This div background color is #346fcc


#346fcc Border Color

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

This div border color is #346fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fcc


Comments

No comments written yet.

Please login to write comment.