Color Hex Logo

#366375 Color Hex

#366375
(54,99,117)
0 Favorites   0 Comments

Color spaces of #366375

RGB 5499117
HSL0.550.370.34
HSV197°54°46°
CMYK 0.540.150.00   0.54
XYZ9.194010.992318.4668
Yxy10.99230.23790.2844
Hunter Lab33.1546-8.5214-9.8157
CIE-Lab39.5675-9.9925-14.9007

#366375 color RGB value is (54,99,117).

#366375 hex color red value is 54, green value is 99 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #366375 hue: 0.55 , saturation: 0.37 and the lightness value of 366375 is 0.34.

The process color (four color CMYK) of #366375 color hex is 0.54, 0.15, 0.00, 0.54. Web safe color of #366375 is #336666. Color #366375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 01110101
Octal 66 143 165
Decimal 54 99 117
Hex 36 63 75

RGB Percentages of Color #366375

%20.00
%36.67
%43.33

CMYK Percentages of Color #366375

%54
%15
%0
%54

Triadic Colors of #366375

#366375 #753663 #637536

Analogous Colors of #366375

#366375 #364375 #367568

Monochromatic Colors of #366375

#366375

Complementary Color

#366375 #754836

#366375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366375 Color CSS Codes

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

#366375 Text Font Color

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

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


#366375 Background Color

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

This div background color is #366375


#366375 Border Color

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

This div border color is #366375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366375


Comments

No comments written yet.

Please login to write comment.