Color Hex Logo

#365688 Color Hex

#365688
(54,86,136)
0 Favorites   0 Comments

Color spaces of #365688

RGB 5486136
HSL0.600.430.37
HSV217°60°53°
CMYK 0.600.370.00   0.47
XYZ9.29309.217424.5819
Yxy9.21740.21570.2139
Hunter Lab30.36021.5071-26.7536
CIE-Lab36.39954.4834-31.4376

#365688 color RGB value is (54,86,136).

#365688 hex color red value is 54, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #365688 hue: 0.60 , saturation: 0.43 and the lightness value of 365688 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 10001000
Octal 66 126 210
Decimal 54 86 136
Hex 36 56 88

RGB Percentages of Color #365688

%19.57
%31.16
%49.28

CMYK Percentages of Color #365688

%60
%37
%0
%47

Triadic Colors of #365688

#365688 #883656 #568836

Analogous Colors of #365688

#365688 #3f3688 #367f88

Monochromatic Colors of #365688

#365688

Complementary Color

#365688 #886836

#365688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365688 Color CSS Codes

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

#365688 Text Font Color

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

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


#365688 Background Color

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

This div background color is #365688


#365688 Border Color

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

This div border color is #365688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,86,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365688;
  -webkit-box-shadow: 1px 1px 3px 2px #365688;
  box-shadow:         1px 1px 3px 2px #365688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365688


Comments

No comments written yet.

Please login to write comment.