Color Hex Logo

#345fab Color Hex

#345FAB
(52,95,171)
0 Favorites   0 Comments

Color spaces of #345fab

RGB 5295171
HSL0.610.530.44
HSV218°70°67°
CMYK 0.700.440.00   0.33
XYZ12.859111.854840.1385
Yxy11.85480.19830.1828
Hunter Lab34.43086.4117-45.0171
CIE-Lab40.984411.0587-45.1558

#345fab color RGB value is (52,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 10101011
Octal 64 137 253
Decimal 52 95 171
Hex 34 5F AB

RGB Percentages of Color #345fab

%16.35
%29.87
%53.77

CMYK Percentages of Color #345fab

%70
%44
%0
%33

Triadic Colors of #345fab

#345fab #ab345f #5fab34

Analogous Colors of #345fab

#345fab #4534ab #349bab

Monochromatic Colors of #345fab

#345fab

Complementary Color

#345fab #ab8034

#345fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#345fab Color CSS Codes

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

#345fab Text Font Color

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

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


#345fab Background Color

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

This div background color is #345fab


#345fab Border Color

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

This div border color is #345fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,95,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 #345fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345fab


Comments

No comments written yet.

Please login to write comment.