Color Hex Logo

#345bab Color Hex

#345BAB
(52,91,171)
0 Favorites   0 Comments

Color spaces of #345bab

RGB 5291171
HSL0.610.530.44
HSV220°70°67°
CMYK 0.700.470.00   0.33
XYZ12.507911.152540.0215
Yxy11.15250.19640.1751
Hunter Lab33.39548.4135-47.6773
CIE-Lab39.836113.6498-46.9961

#345bab color RGB value is (52,91,171).

#345bab hex color red value is 52, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #345bab hue: 0.61 , saturation: 0.53 and the lightness value of 345bab is 0.44.

The process color (four color CMYK) of #345bab color hex is 0.70, 0.47, 0.00, 0.33. Web safe color of #345bab is #336699. Color #345bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011011 10101011
Octal 64 133 253
Decimal 52 91 171
Hex 34 5B AB

RGB Percentages of Color #345bab

%16.56
%28.98
%54.46

CMYK Percentages of Color #345bab

%70
%47
%0
%33

Triadic Colors of #345bab

#345bab #ab345b #5bab34

Analogous Colors of #345bab

#345bab #4834ab #3497ab

Monochromatic Colors of #345bab

#345bab

Complementary Color

#345bab #ab8434

#345bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#345bab Color CSS Codes

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

#345bab Text Font Color

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

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


#345bab Background Color

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

This div background color is #345bab


#345bab Border Color

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

This div border color is #345bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345bab


Comments

No comments written yet.

Please login to write comment.