Color Hex Logo

#368596 Color Hex

#368596
(54,133,150)
0 Favorites   0 Comments

Color spaces of #368596

RGB 54133150
HSL0.530.470.40
HSV191°64°59°
CMYK 0.640.110.00   0.41
XYZ15.413919.761331.8561
Yxy19.76130.23000.2948
Hunter Lab44.4537-15.9007-11.3704
CIE-Lab51.5663-18.5697-16.2788

#368596 color RGB value is (54,133,150).

#368596 hex color red value is 54, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #368596 hue: 0.53 , saturation: 0.47 and the lightness value of 368596 is 0.40.

The process color (four color CMYK) of #368596 color hex is 0.64, 0.11, 0.00, 0.41. Web safe color of #368596 is #339999. Color #368596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000101 10010110
Octal 66 205 226
Decimal 54 133 150
Hex 36 85 96

RGB Percentages of Color #368596

%16.02
%39.47
%44.51

CMYK Percentages of Color #368596

%64
%11
%0
%41

Triadic Colors of #368596

#368596 #963685 #859636

Analogous Colors of #368596

#368596 #365596 #369677

Monochromatic Colors of #368596

#368596

Complementary Color

#368596 #964736

#368596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368596 Color CSS Codes

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

#368596 Text Font Color

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

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


#368596 Background Color

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

This div background color is #368596


#368596 Border Color

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

This div border color is #368596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368596


Comments

No comments written yet.

Please login to write comment.