Color Hex Logo

#346374 Color Hex

#346374
(52,99,116)
0 Favorites   0 Comments

Color spaces of #346374

RGB 5299116
HSL0.540.380.33
HSV196°55°45°
CMYK 0.550.150.00   0.55
XYZ9.030410.914718.1538
Yxy10.91470.23700.2865
Hunter Lab33.0374-9.0245-9.4532
CIE-Lab39.4364-10.7971-14.4976

#346374 color RGB value is (52,99,116).

#346374 hex color red value is 52, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #346374 hue: 0.54 , saturation: 0.38 and the lightness value of 346374 is 0.33.

The process color (four color CMYK) of #346374 color hex is 0.55, 0.15, 0.00, 0.55. Web safe color of #346374 is #336666. Color #346374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 01110100
Octal 64 143 164
Decimal 52 99 116
Hex 34 63 74

RGB Percentages of Color #346374

%19.48
%37.08
%43.45

CMYK Percentages of Color #346374

%55
%15
%0
%55

Triadic Colors of #346374

#346374 #743463 #637434

Analogous Colors of #346374

#346374 #344374 #347465

Monochromatic Colors of #346374

#346374

Complementary Color

#346374 #744534

#346374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346374 Color CSS Codes

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

#346374 Text Font Color

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

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


#346374 Background Color

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

This div background color is #346374


#346374 Border Color

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

This div border color is #346374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,99,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346374;
  -webkit-box-shadow: 1px 1px 3px 2px #346374;
  box-shadow:         1px 1px 3px 2px #346374; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346374


Comments

No comments written yet.

Please login to write comment.