Color Hex Logo

#3588bf Color Hex

#3588BF
(53,136,191)
0 Favorites   0 Comments

Color spaces of #3588bf

RGB 53136191
HSL0.570.570.48
HSV204°72°75°
CMYK 0.720.290.00   0.25
XYZ19.676322.126852.5241
Yxy22.12680.20860.2346
Hunter Lab47.0391-7.6526-33.2761
CIE-Lab54.1613-6.6374-35.8865

#3588bf color RGB value is (53,136,191).

#3588bf hex color red value is 53, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3588bf hue: 0.57 , saturation: 0.57 and the lightness value of 3588bf is 0.48.

The process color (four color CMYK) of #3588bf color hex is 0.72, 0.29, 0.00, 0.25. Web safe color of #3588bf is #3399cc. Color #3588bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001000 10111111
Octal 65 210 277
Decimal 53 136 191
Hex 35 88 BF

RGB Percentages of Color #3588bf

%13.95
%35.79
%50.26

CMYK Percentages of Color #3588bf

%72
%29
%0
%25

Triadic Colors of #3588bf

#3588bf #bf3588 #88bf35

Analogous Colors of #3588bf

#3588bf #3543bf #35bfb1

Monochromatic Colors of #3588bf

#3588bf

Complementary Color

#3588bf #bf6c35

#3588bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3588bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3588bf Color CSS Codes

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

#3588bf Text Font Color

<p style="color:#3588bf">Text here</p>

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


#3588bf Background Color

<div style="background-color:#3588bf">
Div content here</div>

This div background color is #3588bf


#3588bf Border Color

<div style="border:3px solid #3588bf">
Div here</div>

This div border color is #3588bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,136,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3588bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3588bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3588bf;
  box-shadow:         1px 1px 3px 2px #3588bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3588bf


Comments

No comments written yet.

Please login to write comment.