Color Hex Logo

#368590 Color Hex

#368590
(54,133,144)
0 Favorites   0 Comments

Color spaces of #368590

RGB 54133144
HSL0.520.450.39
HSV187°63°56°
CMYK 0.630.080.00   0.44
XYZ14.942919.572929.3759
Yxy19.57290.23390.3063
Hunter Lab44.2413-17.1322-8.3993
CIE-Lab51.3508-20.4472-13.1109

#368590 color RGB value is (54,133,144).

#368590 hex color red value is 54, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #368590 hue: 0.52 , saturation: 0.45 and the lightness value of 368590 is 0.39.

The process color (four color CMYK) of #368590 color hex is 0.63, 0.08, 0.00, 0.44. Web safe color of #368590 is #339999. Color #368590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000101 10010000
Octal 66 205 220
Decimal 54 133 144
Hex 36 85 90

RGB Percentages of Color #368590

%16.31
%40.18
%43.50

CMYK Percentages of Color #368590

%63
%8
%0
%44

Triadic Colors of #368590

#368590 #903685 #859036

Analogous Colors of #368590

#368590 #365890 #36906e

Monochromatic Colors of #368590

#368590

Complementary Color

#368590 #904136

#368590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368590 Color CSS Codes

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

#368590 Text Font Color

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

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


#368590 Background Color

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

This div background color is #368590


#368590 Border Color

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

This div border color is #368590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368590


Comments

No comments written yet.

Please login to write comment.