Color Hex Logo

#345699 Color Hex

#345699
(52,86,153)
0 Favorites   0 Comments

Color spaces of #345699

RGB 5286153
HSL0.610.490.40
HSV220°66°60°
CMYK 0.660.440.00   0.40
XYZ10.49379.685531.4534
Yxy9.68550.20320.1876
Hunter Lab31.12155.7247-38.1372
CIE-Lab37.272010.2444-40.3623

#345699 color RGB value is (52,86,153).

#345699 hex color red value is 52, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #345699 hue: 0.61 , saturation: 0.49 and the lightness value of 345699 is 0.40.

The process color (four color CMYK) of #345699 color hex is 0.66, 0.44, 0.00, 0.40. Web safe color of #345699 is #336699. Color #345699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010110 10011001
Octal 64 126 231
Decimal 52 86 153
Hex 34 56 99

RGB Percentages of Color #345699

%17.87
%29.55
%52.58

CMYK Percentages of Color #345699

%66
%44
%0
%40

Triadic Colors of #345699

#345699 #993456 #569934

Analogous Colors of #345699

#345699 #443499 #348999

Monochromatic Colors of #345699

#345699

Complementary Color

#345699 #997734

#345699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345699 Color CSS Codes

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

#345699 Text Font Color

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

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


#345699 Background Color

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

This div background color is #345699


#345699 Border Color

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

This div border color is #345699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345699


Comments

No comments written yet.

Please login to write comment.