Color Hex Logo

#366380 Color Hex

#366380
(54,99,128)
0 Favorites   0 Comments

Color spaces of #366380

RGB 5499128
HSL0.570.410.36
HSV204°58°50°
CMYK 0.580.230.00   0.50
XYZ9.879411.266522.0760
Yxy11.26650.22860.2607
Hunter Lab33.5656-6.2017-15.4989
CIE-Lab40.0257-6.4003-20.8982

#366380 color RGB value is (54,99,128).

#366380 hex color red value is 54, green value is 99 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #366380 hue: 0.57 , saturation: 0.41 and the lightness value of 366380 is 0.36.

The process color (four color CMYK) of #366380 color hex is 0.58, 0.23, 0.00, 0.50. Web safe color of #366380 is #336699. Color #366380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 10000000
Octal 66 143 200
Decimal 54 99 128
Hex 36 63 80

RGB Percentages of Color #366380

%19.22
%35.23
%45.55

CMYK Percentages of Color #366380

%58
%23
%0
%50

Triadic Colors of #366380

#366380 #803663 #638036

Analogous Colors of #366380

#366380 #363e80 #368078

Monochromatic Colors of #366380

#366380

Complementary Color

#366380 #805336

#366380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366380 Color CSS Codes

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

#366380 Text Font Color

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

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


#366380 Background Color

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

This div background color is #366380


#366380 Border Color

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

This div border color is #366380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366380


Comments

No comments written yet.

Please login to write comment.