Color Hex Logo

#3589cc Color Hex

#3589CC
(53,137,204)
0 Favorites   0 Comments

Color spaces of #3589cc

RGB 53137204
HSL0.570.600.50
HSV207°74°80°
CMYK 0.740.330.00   0.20
XYZ21.312923.007860.4444
Yxy23.00780.20340.2196
Hunter Lab47.9664-4.6285-41.1371
CIE-Lab55.0804-2.6157-41.8199

#3589cc color RGB value is (53,137,204).

#3589cc hex color red value is 53, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3589cc hue: 0.57 , saturation: 0.60 and the lightness value of 3589cc is 0.50.

The process color (four color CMYK) of #3589cc color hex is 0.74, 0.33, 0.00, 0.20. Web safe color of #3589cc is #3399cc. Color #3589cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 11001100
Octal 65 211 314
Decimal 53 137 204
Hex 35 89 CC

RGB Percentages of Color #3589cc

%13.45
%34.77
%51.78

CMYK Percentages of Color #3589cc

%74
%33
%0
%20

Triadic Colors of #3589cc

#3589cc #cc3589 #89cc35

Analogous Colors of #3589cc

#3589cc #353dcc #35ccc4

Monochromatic Colors of #3589cc

#3589cc

Complementary Color

#3589cc #cc7835

#3589cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3589cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3589cc Color CSS Codes

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

#3589cc Text Font Color

<p style="color:#3589cc">Text here</p>

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


#3589cc Background Color

<div style="background-color:#3589cc">
Div content here</div>

This div background color is #3589cc


#3589cc Border Color

<div style="border:3px solid #3589cc">
Div here</div>

This div border color is #3589cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,137,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3589cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3589cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3589cc;
  box-shadow:         1px 1px 3px 2px #3589cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3589cc


Comments

No comments written yet.

Please login to write comment.