Color Hex Logo

#3594df Color Hex

#3594DF
(53,148,223)
0 Favorites   0 Comments

Color spaces of #3594df

RGB 53148223
HSL0.570.730.54
HSV206°76°87°
CMYK 0.760.340.00   0.13
XYZ25.377427.264473.7371
Yxy27.26440.20080.2157
Hunter Lab52.2153-4.6232-47.1770
CIE-Lab59.2183-2.2534-45.9460

#3594df color RGB value is (53,148,223).

#3594df hex color red value is 53, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3594df hue: 0.57 , saturation: 0.73 and the lightness value of 3594df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010100 11011111
Octal 65 224 337
Decimal 53 148 223
Hex 35 94 DF

RGB Percentages of Color #3594df

%12.50
%34.91
%52.59

CMYK Percentages of Color #3594df

%76
%34
%0
%13

Triadic Colors of #3594df

#3594df #df3594 #94df35

Analogous Colors of #3594df

#3594df #353fdf #35dfd5

Monochromatic Colors of #3594df

#3594df

Complementary Color

#3594df #df8035

#3594df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3594df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3594df Color CSS Codes

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

#3594df Text Font Color

<p style="color:#3594df">Text here</p>

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


#3594df Background Color

<div style="background-color:#3594df">
Div content here</div>

This div background color is #3594df


#3594df Border Color

<div style="border:3px solid #3594df">
Div here</div>

This div border color is #3594df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,148,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3594df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3594df;
  -webkit-box-shadow: 1px 1px 3px 2px #3594df;
  box-shadow:         1px 1px 3px 2px #3594df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3594df


Comments

No comments written yet.

Please login to write comment.