Color Hex Logo

#368897 Color Hex

#368897
(54,136,151)
0 Favorites   0 Comments

Color spaces of #368897

RGB 54136151
HSL0.530.470.40
HSV189°64°59°
CMYK 0.640.100.00   0.41
XYZ15.911420.627032.4209
Yxy20.62700.23070.2991
Hunter Lab45.4170-16.9439-10.5323
CIE-Lab52.5388-19.8593-15.3820

#368897 color RGB value is (54,136,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001000 10010111
Octal 66 210 227
Decimal 54 136 151
Hex 36 88 97

RGB Percentages of Color #368897

%15.84
%39.88
%44.28

CMYK Percentages of Color #368897

%64
%10
%0
%41

Triadic Colors of #368897

#368897 #973688 #889736

Analogous Colors of #368897

#368897 #365797 #369776

Monochromatic Colors of #368897

#368897

Complementary Color

#368897 #974536

#368897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368897 Color CSS Codes

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

#368897 Text Font Color

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

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


#368897 Background Color

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

This div background color is #368897


#368897 Border Color

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

This div border color is #368897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368897


Comments

No comments written yet.

Please login to write comment.