Color Hex Logo

#346dcc Color Hex

#346DCC
(52,109,204)
0 Favorites   0 Comments

Color spaces of #346dcc

RGB 52109204
HSL0.600.600.50
HSV218°75°80°
CMYK 0.750.470.00   0.20
XYZ17.783916.027059.2829
Yxy16.02700.19100.1722
Hunter Lab40.03379.2347-59.7744
CIE-Lab47.009914.3838-54.6749

#346dcc color RGB value is (52,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11001100
Octal 64 155 314
Decimal 52 109 204
Hex 34 6D CC

RGB Percentages of Color #346dcc

%14.25
%29.86
%55.89

CMYK Percentages of Color #346dcc

%75
%47
%0
%20

Triadic Colors of #346dcc

#346dcc #cc346d #6dcc34

Analogous Colors of #346dcc

#346dcc #4734cc #34b9cc

Monochromatic Colors of #346dcc

#346dcc

Complementary Color

#346dcc #cc9334

#346dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#346dcc Color CSS Codes

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

#346dcc Text Font Color

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

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


#346dcc Background Color

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

This div background color is #346dcc


#346dcc Border Color

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

This div border color is #346dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346dcc


Comments

No comments written yet.

Please login to write comment.