Color Hex Logo

#3584d1 Color Hex

#3584D1
(53,132,209)
0 Favorites   0 Comments

Color spaces of #3584d1

RGB 53132209
HSL0.580.630.51
HSV210°75°82°
CMYK 0.750.370.00   0.18
XYZ21.228121.862963.4227
Yxy21.86290.19930.2053
Hunter Lab46.7578-0.7869-47.6911
CIE-Lab53.88122.1496-46.5440

#3584d1 color RGB value is (53,132,209).

#3584d1 hex color red value is 53, green value is 132 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #3584d1 hue: 0.58 , saturation: 0.63 and the lightness value of 3584d1 is 0.51.

The process color (four color CMYK) of #3584d1 color hex is 0.75, 0.37, 0.00, 0.18. Web safe color of #3584d1 is #3399cc. Color #3584d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000100 11010001
Octal 65 204 321
Decimal 53 132 209
Hex 35 84 D1

RGB Percentages of Color #3584d1

%13.45
%33.50
%53.05

CMYK Percentages of Color #3584d1

%75
%37
%0
%18

Triadic Colors of #3584d1

#3584d1 #d13584 #84d135

Analogous Colors of #3584d1

#3584d1 #3536d1 #35d1d0

Monochromatic Colors of #3584d1

#3584d1

Complementary Color

#3584d1 #d18235

#3584d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3584d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3584d1 Color CSS Codes

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

#3584d1 Text Font Color

<p style="color:#3584d1">Text here</p>

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


#3584d1 Background Color

<div style="background-color:#3584d1">
Div content here</div>

This div background color is #3584d1


#3584d1 Border Color

<div style="border:3px solid #3584d1">
Div here</div>

This div border color is #3584d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,132,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3584d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3584d1;
  -webkit-box-shadow: 1px 1px 3px 2px #3584d1;
  box-shadow:         1px 1px 3px 2px #3584d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3584d1


Comments

No comments written yet.

Please login to write comment.