Color Hex Logo

#346ebc Color Hex

#346EBC
(52,110,188)
0 Favorites   0 Comments

Color spaces of #346ebc

RGB 52110188
HSL0.600.570.47
HSV214°72°74°
CMYK 0.720.410.00   0.26
XYZ16.069215.512849.7243
Yxy15.51280.19760.1908
Hunter Lab39.38633.9001-47.2819
CIE-Lab46.32877.8164-46.5529

#346ebc color RGB value is (52,110,188).

#346ebc hex color red value is 52, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #346ebc hue: 0.60 , saturation: 0.57 and the lightness value of 346ebc is 0.47.

The process color (four color CMYK) of #346ebc color hex is 0.72, 0.41, 0.00, 0.26. Web safe color of #346ebc is #3366cc. Color #346ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101110 10111100
Octal 64 156 274
Decimal 52 110 188
Hex 34 6E BC

RGB Percentages of Color #346ebc

%14.86
%31.43
%53.71

CMYK Percentages of Color #346ebc

%72
%41
%0
%26

Triadic Colors of #346ebc

#346ebc #bc346e #6ebc34

Analogous Colors of #346ebc

#346ebc #3e34bc #34b2bc

Monochromatic Colors of #346ebc

#346ebc

Complementary Color

#346ebc #bc8234

#346ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#346ebc Color CSS Codes

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

#346ebc Text Font Color

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

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


#346ebc Background Color

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

This div background color is #346ebc


#346ebc Border Color

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

This div border color is #346ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346ebc


Comments

No comments written yet.

Please login to write comment.