Color Hex Logo

#359fbd Color Hex

#359FBD
(53,159,189)
0 Favorites   0 Comments

Color spaces of #359fbd

RGB 53159189
HSL0.540.560.47
HSV193°72°74°
CMYK 0.720.160.00   0.26
XYZ23.051629.227352.5706
Yxy29.22730.21990.2788
Hunter Lab54.0623-18.4984-19.8105
CIE-Lab60.9817-20.0071-24.1734

#359fbd color RGB value is (53,159,189).

#359fbd hex color red value is 53, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #359fbd hue: 0.54 , saturation: 0.56 and the lightness value of 359fbd is 0.47.

The process color (four color CMYK) of #359fbd color hex is 0.72, 0.16, 0.00, 0.26. Web safe color of #359fbd is #3399cc. Color #359fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10011111 10111101
Octal 65 237 275
Decimal 53 159 189
Hex 35 9F BD

RGB Percentages of Color #359fbd

%13.22
%39.65
%47.13

CMYK Percentages of Color #359fbd

%72
%16
%0
%26

Triadic Colors of #359fbd

#359fbd #bd359f #9fbd35

Analogous Colors of #359fbd

#359fbd #355bbd #35bd97

Monochromatic Colors of #359fbd

#359fbd

Complementary Color

#359fbd #bd5335

#359fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#359fbd Color CSS Codes

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

#359fbd Text Font Color

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

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


#359fbd Background Color

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

This div background color is #359fbd


#359fbd Border Color

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

This div border color is #359fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359fbd


Comments

No comments written yet.

Please login to write comment.