Color Hex Logo

#346deb Color Hex

#346DEB
(52,109,235)
0 Favorites   0 Comments

Color spaces of #346deb

RGB 52109235
HSL0.610.820.56
HSV221°78°92°
CMYK 0.780.540.00   0.08
XYZ21.880217.665580.8538
Yxy17.66550.18170.1467
Hunter Lab42.030319.3706-84.6350
CIE-Lab49.087925.8857-68.8900

#346deb color RGB value is (52,109,235).

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

The process color (four color CMYK) of #346deb color hex is 0.78, 0.54, 0.00, 0.08. Web safe color of #346deb is #3366ff. Color #346deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11101011
Octal 64 155 353
Decimal 52 109 235
Hex 34 6D EB

RGB Percentages of Color #346deb

%13.13
%27.53
%59.34

CMYK Percentages of Color #346deb

%78
%54
%0
%8

Triadic Colors of #346deb

#346deb #eb346d #6deb34

Analogous Colors of #346deb

#346deb #5734eb #34c9eb

Monochromatic Colors of #346deb

#346deb

Complementary Color

#346deb #ebb234

#346deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#346deb Color CSS Codes

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

#346deb Text Font Color

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

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


#346deb Background Color

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

This div background color is #346deb


#346deb Border Color

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

This div border color is #346deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346deb


Comments

No comments written yet.

Please login to write comment.