Color Hex Logo

#359aaf Color Hex

#359AAF
(53,154,175)
0 Favorites   0 Comments

Color spaces of #359aaf

RGB 53154175
HSL0.530.540.45
HSV190°70°69°
CMYK 0.700.120.00   0.31
XYZ20.761726.963244.6676
Yxy26.96320.22470.2918
Hunter Lab51.9261-19.5007-14.6539
CIE-Lab58.9402-21.8947-19.4002

#359aaf color RGB value is (53,154,175).

#359aaf hex color red value is 53, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #359aaf hue: 0.53 , saturation: 0.54 and the lightness value of 359aaf is 0.45.

The process color (four color CMYK) of #359aaf color hex is 0.70, 0.12, 0.00, 0.31. Web safe color of #359aaf is #339999. Color #359aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011010 10101111
Octal 65 232 257
Decimal 53 154 175
Hex 35 9A AF

RGB Percentages of Color #359aaf

%13.87
%40.31
%45.81

CMYK Percentages of Color #359aaf

%70
%12
%0
%31

Triadic Colors of #359aaf

#359aaf #af359a #9aaf35

Analogous Colors of #359aaf

#359aaf #355daf #35af87

Monochromatic Colors of #359aaf

#359aaf

Complementary Color

#359aaf #af4a35

#359aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#359aaf Color CSS Codes

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

#359aaf Text Font Color

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

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


#359aaf Background Color

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

This div background color is #359aaf


#359aaf Border Color

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

This div border color is #359aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,154,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #359aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #359aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #359aaf;
  box-shadow:         1px 1px 3px 2px #359aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359aaf


Comments

No comments written yet.

Please login to write comment.