Color Hex Logo

#3586cd Color Hex

#3586CD
(53,134,205)
0 Favorites   0 Comments

Color spaces of #3586cd

RGB 53134205
HSL0.580.600.51
HSV208°74°80°
CMYK 0.740.350.00   0.20
XYZ21.012722.214960.9380
Yxy22.21490.20170.2133
Hunter Lab47.1327-2.9033-43.6634
CIE-Lab54.2543-0.4879-43.6905

#3586cd color RGB value is (53,134,205).

#3586cd hex color red value is 53, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3586cd hue: 0.58 , saturation: 0.60 and the lightness value of 3586cd is 0.51.

The process color (four color CMYK) of #3586cd color hex is 0.74, 0.35, 0.00, 0.20. Web safe color of #3586cd is #3399cc. Color #3586cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000110 11001101
Octal 65 206 315
Decimal 53 134 205
Hex 35 86 CD

RGB Percentages of Color #3586cd

%13.52
%34.18
%52.30

CMYK Percentages of Color #3586cd

%74
%35
%0
%20

Triadic Colors of #3586cd

#3586cd #cd3586 #86cd35

Analogous Colors of #3586cd

#3586cd #353acd #35cdc8

Monochromatic Colors of #3586cd

#3586cd

Complementary Color

#3586cd #cd7c35

#3586cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3586cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3586cd Color CSS Codes

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

#3586cd Text Font Color

<p style="color:#3586cd">Text here</p>

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


#3586cd Background Color

<div style="background-color:#3586cd">
Div content here</div>

This div background color is #3586cd


#3586cd Border Color

<div style="border:3px solid #3586cd">
Div here</div>

This div border color is #3586cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,134,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3586cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3586cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3586cd;
  box-shadow:         1px 1px 3px 2px #3586cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3586cd


Comments

No comments written yet.

Please login to write comment.