Color Hex Logo

#368588 Color Hex

#368588
(54,133,136)
0 Favorites   0 Comments

Color spaces of #368588

RGB 54133136
HSL0.510.430.37
HSV182°60°53°
CMYK 0.600.020.00   0.47
XYZ14.352819.336926.2685
Yxy19.33690.23940.3225
Hunter Lab43.9737-18.6926-4.6363
CIE-Lab51.0791-22.8758-8.8519

#368588 color RGB value is (54,133,136).

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

The process color (four color CMYK) of #368588 color hex is 0.60, 0.02, 0.00, 0.47. Web safe color of #368588 is #339999. Color #368588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000101 10001000
Octal 66 205 210
Decimal 54 133 136
Hex 36 85 88

RGB Percentages of Color #368588

%16.72
%41.18
%42.11

CMYK Percentages of Color #368588

%60
%2
%0
%47

Triadic Colors of #368588

#368588 #883685 #858836

Analogous Colors of #368588

#368588 #365c88 #368862

Monochromatic Colors of #368588

#368588

Complementary Color

#368588 #883936

#368588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368588 Color CSS Codes

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

#368588 Text Font Color

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

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


#368588 Background Color

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

This div background color is #368588


#368588 Border Color

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

This div border color is #368588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368588


Comments

No comments written yet.

Please login to write comment.