Color Hex Logo

#3590da Color Hex

#3590DA
(53,144,218)
0 Favorites   0 Comments

Color spaces of #3590da

RGB 53144218
HSL0.570.690.53
HSV207°76°85°
CMYK 0.760.340.00   0.15
XYZ24.096325.765470.0329
Yxy25.76540.20100.2149
Hunter Lab50.7596-4.0929-46.2705
CIE-Lab57.8137-1.7109-45.3760

#3590da color RGB value is (53,144,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010000 11011010
Octal 65 220 332
Decimal 53 144 218
Hex 35 90 DA

RGB Percentages of Color #3590da

%12.77
%34.70
%52.53

CMYK Percentages of Color #3590da

%76
%34
%0
%15

Triadic Colors of #3590da

#3590da #da3590 #90da35

Analogous Colors of #3590da

#3590da #353dda #35dad2

Monochromatic Colors of #3590da

#3590da

Complementary Color

#3590da #da7f35

#3590da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3590da Color Preview on White Background

Lorem ipsum dolor sit amet.

#3590da Color CSS Codes

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

#3590da Text Font Color

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

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


#3590da Background Color

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

This div background color is #3590da


#3590da Border Color

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

This div border color is #3590da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,144,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 #3590da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3590da


Comments

No comments written yet.

Please login to write comment.