Color Hex Logo

#365d86 Color Hex

#365D86
(54,93,134)
0 Favorites   0 Comments

Color spaces of #365d86

RGB 5493134
HSL0.590.430.37
HSV211°60°53°
CMYK 0.600.310.00   0.47
XYZ9.738710.334224.0357
Yxy10.33420.22080.2343
Hunter Lab32.1469-2.1815-21.8274
CIE-Lab38.4357-0.6680-27.0183

#365d86 color RGB value is (54,93,134).

#365d86 hex color red value is 54, green value is 93 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #365d86 hue: 0.59 , saturation: 0.43 and the lightness value of 365d86 is 0.37.

The process color (four color CMYK) of #365d86 color hex is 0.60, 0.31, 0.00, 0.47. Web safe color of #365d86 is #336699. Color #365d86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 10000110
Octal 66 135 206
Decimal 54 93 134
Hex 36 5D 86

RGB Percentages of Color #365d86

%19.22
%33.10
%47.69

CMYK Percentages of Color #365d86

%60
%31
%0
%47

Triadic Colors of #365d86

#365d86 #86365d #5d8636

Analogous Colors of #365d86

#365d86 #373686 #368586

Monochromatic Colors of #365d86

#365d86

Complementary Color

#365d86 #865f36

#365d86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365d86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365d86 Color CSS Codes

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

#365d86 Text Font Color

<p style="color:#365d86">Text here</p>

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


#365d86 Background Color

<div style="background-color:#365d86">
Div content here</div>

This div background color is #365d86


#365d86 Border Color

<div style="border:3px solid #365d86">
Div here</div>

This div border color is #365d86


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,93,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365d86; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365d86;
  -webkit-box-shadow: 1px 1px 3px 2px #365d86;
  box-shadow:         1px 1px 3px 2px #365d86; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365d86


Comments

No comments written yet.

Please login to write comment.