Color Hex Logo

#368699 Color Hex

#368699
(54,134,153)
0 Favorites   0 Comments

Color spaces of #368699

RGB 54134153
HSL0.530.480.41
HSV192°65°60°
CMYK 0.650.120.00   0.40
XYZ15.796220.134433.1908
Yxy20.13440.22850.2913
Hunter Lab44.8714-15.6870-12.4461
CIE-Lab51.9888-18.1553-17.3792

#368699 color RGB value is (54,134,153).

#368699 hex color red value is 54, green value is 134 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #368699 hue: 0.53 , saturation: 0.48 and the lightness value of 368699 is 0.41.

The process color (four color CMYK) of #368699 color hex is 0.65, 0.12, 0.00, 0.40. Web safe color of #368699 is #339999. Color #368699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000110 10011001
Octal 66 206 231
Decimal 54 134 153
Hex 36 86 99

RGB Percentages of Color #368699

%15.84
%39.30
%44.87

CMYK Percentages of Color #368699

%65
%12
%0
%40

Triadic Colors of #368699

#368699 #993686 #869936

Analogous Colors of #368699

#368699 #365599 #36997b

Monochromatic Colors of #368699

#368699

Complementary Color

#368699 #994936

#368699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368699 Color CSS Codes

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

#368699 Text Font Color

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

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


#368699 Background Color

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

This div background color is #368699


#368699 Border Color

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

This div border color is #368699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368699


Comments

No comments written yet.

Please login to write comment.