Color Hex Logo

#3585be Color Hex

#3585BE
(53,133,190)
0 Favorites   0 Comments

Color spaces of #3585be

RGB 53133190
HSL0.570.560.48
HSV205°72°75°
CMYK 0.720.300.00   0.25
XYZ19.150021.249651.8075
Yxy21.24960.20770.2305
Hunter Lab46.0973-6.5168-34.3663
CIE-Lab53.2216-5.2480-36.7900

#3585be color RGB value is (53,133,190).

#3585be hex color red value is 53, green value is 133 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3585be hue: 0.57 , saturation: 0.56 and the lightness value of 3585be is 0.48.

The process color (four color CMYK) of #3585be color hex is 0.72, 0.30, 0.00, 0.25. Web safe color of #3585be is #3399cc. Color #3585be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 10111110
Octal 65 205 276
Decimal 53 133 190
Hex 35 85 BE

RGB Percentages of Color #3585be

%14.10
%35.37
%50.53

CMYK Percentages of Color #3585be

%72
%30
%0
%25

Triadic Colors of #3585be

#3585be #be3585 #85be35

Analogous Colors of #3585be

#3585be #3541be #35beb3

Monochromatic Colors of #3585be

#3585be

Complementary Color

#3585be #be6e35

#3585be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3585be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3585be Color CSS Codes

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

#3585be Text Font Color

<p style="color:#3585be">Text here</p>

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


#3585be Background Color

<div style="background-color:#3585be">
Div content here</div>

This div background color is #3585be


#3585be Border Color

<div style="border:3px solid #3585be">
Div here</div>

This div border color is #3585be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,133,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3585be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3585be;
  -webkit-box-shadow: 1px 1px 3px 2px #3585be;
  box-shadow:         1px 1px 3px 2px #3585be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3585be


Comments

No comments written yet.

Please login to write comment.