Color Hex Logo

#366d98 Color Hex

#366D98
(54,109,152)
0 Favorites   0 Comments

Color spaces of #366d98

RGB 54109152
HSL0.570.480.40
HSV206°64°60°
CMYK 0.640.280.00   0.40
XYZ12.657513.988531.7387
Yxy13.98850.21680.2396
Hunter Lab37.4012-5.0433-24.1327
CIE-Lab44.2164-4.2209-28.7876

#366d98 color RGB value is (54,109,152).

#366d98 hex color red value is 54, green value is 109 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #366d98 hue: 0.57 , saturation: 0.48 and the lightness value of 366d98 is 0.40.

The process color (four color CMYK) of #366d98 color hex is 0.64, 0.28, 0.00, 0.40. Web safe color of #366d98 is #336699. Color #366d98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101101 10011000
Octal 66 155 230
Decimal 54 109 152
Hex 36 6D 98

RGB Percentages of Color #366d98

%17.14
%34.60
%48.25

CMYK Percentages of Color #366d98

%64
%28
%0
%40

Triadic Colors of #366d98

#366d98 #98366d #6d9836

Analogous Colors of #366d98

#366d98 #363c98 #369892

Monochromatic Colors of #366d98

#366d98

Complementary Color

#366d98 #986136

#366d98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366d98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366d98 Color CSS Codes

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

#366d98 Text Font Color

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

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


#366d98 Background Color

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

This div background color is #366d98


#366d98 Border Color

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

This div border color is #366d98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,109,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366d98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366d98;
  -webkit-box-shadow: 1px 1px 3px 2px #366d98;
  box-shadow:         1px 1px 3px 2px #366d98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366d98


Comments

No comments written yet.

Please login to write comment.