Color Hex Logo

#3584da Color Hex

#3584DA
(53,132,218)
0 Favorites   0 Comments

Color spaces of #3584da

RGB 53132218
HSL0.590.690.53
HSV211°76°85°
CMYK 0.760.390.00   0.15
XYZ22.374422.321469.4589
Yxy22.32140.19600.1955
Hunter Lab47.24551.8538-54.0944
CIE-Lab54.36645.4235-50.8467

#3584da color RGB value is (53,132,218).

#3584da hex color red value is 53, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3584da hue: 0.59 , saturation: 0.69 and the lightness value of 3584da is 0.53.

The process color (four color CMYK) of #3584da color hex is 0.76, 0.39, 0.00, 0.15. Web safe color of #3584da is #3399cc. Color #3584da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000100 11011010
Octal 65 204 332
Decimal 53 132 218
Hex 35 84 DA

RGB Percentages of Color #3584da

%13.15
%32.75
%54.09

CMYK Percentages of Color #3584da

%76
%39
%0
%15

Triadic Colors of #3584da

#3584da #da3584 #84da35

Analogous Colors of #3584da

#3584da #3835da #35d7da

Monochromatic Colors of #3584da

#3584da

Complementary Color

#3584da #da8b35

#3584da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3584da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3584da Color CSS Codes

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

#3584da Text Font Color

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

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


#3584da Background Color

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

This div background color is #3584da


#3584da Border Color

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

This div border color is #3584da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3584da


Comments

No comments written yet.

Please login to write comment.