Color Hex Logo

#346dcf Color Hex

#346DCF
(52,109,207)
0 Favorites   0 Comments

Color spaces of #346dcf

RGB 52109207
HSL0.610.620.51
HSV218°75°81°
CMYK 0.750.470.00   0.19
XYZ18.147316.172361.1966
Yxy16.17230.19000.1693
Hunter Lab40.214810.1739-62.0738
CIE-Lab47.199715.5003-56.0863

#346dcf color RGB value is (52,109,207).

#346dcf hex color red value is 52, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #346dcf hue: 0.61 , saturation: 0.62 and the lightness value of 346dcf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11001111
Octal 64 155 317
Decimal 52 109 207
Hex 34 6D CF

RGB Percentages of Color #346dcf

%14.13
%29.62
%56.25

CMYK Percentages of Color #346dcf

%75
%47
%0
%19

Triadic Colors of #346dcf

#346dcf #cf346d #6dcf34

Analogous Colors of #346dcf

#346dcf #4834cf #34bbcf

Monochromatic Colors of #346dcf

#346dcf

Complementary Color

#346dcf #cf9634

#346dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#346dcf Color CSS Codes

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

#346dcf Text Font Color

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

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


#346dcf Background Color

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

This div background color is #346dcf


#346dcf Border Color

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

This div border color is #346dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346dcf


Comments

No comments written yet.

Please login to write comment.