Color Hex Logo

#366489 Color Hex

#366489
(54,100,137)
0 Favorites   0 Comments

Color spaces of #366489

RGB 54100137
HSL0.570.430.37
HSV207°61°54°
CMYK 0.610.270.00   0.46
XYZ10.593811.704825.3678
Yxy11.70480.22220.2456
Hunter Lab34.2123-4.5991-20.0139
CIE-Lab40.7430-3.9569-25.2330

#366489 color RGB value is (54,100,137).

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

The process color (four color CMYK) of #366489 color hex is 0.61, 0.27, 0.00, 0.46. Web safe color of #366489 is #336699. Color #366489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100100 10001001
Octal 66 144 211
Decimal 54 100 137
Hex 36 64 89

RGB Percentages of Color #366489

%18.56
%34.36
%47.08

CMYK Percentages of Color #366489

%61
%27
%0
%46

Triadic Colors of #366489

#366489 #893664 #648936

Analogous Colors of #366489

#366489 #363b89 #368985

Monochromatic Colors of #366489

#366489

Complementary Color

#366489 #895b36

#366489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366489 Color CSS Codes

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

#366489 Text Font Color

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

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


#366489 Background Color

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

This div background color is #366489


#366489 Border Color

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

This div border color is #366489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366489


Comments

No comments written yet.

Please login to write comment.