Color Hex Logo

#345c83 Color Hex

#345C83
(52,92,131)
0 Favorites   0 Comments

Color spaces of #345c83

RGB 5292131
HSL0.580.430.36
HSV210°60°51°
CMYK 0.600.300.00   0.49
XYZ9.340110.023122.9151
Yxy10.02310.22090.2371
Hunter Lab31.6593-2.7428-20.7528
CIE-Lab37.8839-1.5261-26.0613

#345c83 color RGB value is (52,92,131).

#345c83 hex color red value is 52, green value is 92 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #345c83 hue: 0.58 , saturation: 0.43 and the lightness value of 345c83 is 0.36.

The process color (four color CMYK) of #345c83 color hex is 0.60, 0.30, 0.00, 0.49. Web safe color of #345c83 is #336699. Color #345c83 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 10000011
Octal 64 134 203
Decimal 52 92 131
Hex 34 5C 83

RGB Percentages of Color #345c83

%18.91
%33.45
%47.64

CMYK Percentages of Color #345c83

%60
%30
%0
%49

Triadic Colors of #345c83

#345c83 #83345c #5c8334

Analogous Colors of #345c83

#345c83 #343583 #348383

Monochromatic Colors of #345c83

#345c83

Complementary Color

#345c83 #835b34

#345c83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345c83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345c83 Color CSS Codes

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

#345c83 Text Font Color

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

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


#345c83 Background Color

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

This div background color is #345c83


#345c83 Border Color

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

This div border color is #345c83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,92,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #345c83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #345c83;
  -webkit-box-shadow: 1px 1px 3px 2px #345c83;
  box-shadow:         1px 1px 3px 2px #345c83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345c83


Comments

No comments written yet.

Please login to write comment.