Color Hex Logo

#368994 Color Hex

#368994
(54,137,148)
0 Favorites   0 Comments

Color spaces of #368994

RGB 54137148
HSL0.520.470.40
HSV187°64°58°
CMYK 0.640.070.00   0.42
XYZ15.812320.813731.2010
Yxy20.81370.23310.3069
Hunter Lab45.6220-17.9716-8.6131
CIE-Lab52.7450-21.3213-13.3300

#368994 color RGB value is (54,137,148).

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

The process color (four color CMYK) of #368994 color hex is 0.64, 0.07, 0.00, 0.42. Web safe color of #368994 is #339999. Color #368994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001001 10010100
Octal 66 211 224
Decimal 54 137 148
Hex 36 89 94

RGB Percentages of Color #368994

%15.93
%40.41
%43.66

CMYK Percentages of Color #368994

%64
%7
%0
%42

Triadic Colors of #368994

#368994 #943689 #899436

Analogous Colors of #368994

#368994 #365a94 #369470

Monochromatic Colors of #368994

#368994

Complementary Color

#368994 #944136

#368994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368994 Color CSS Codes

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

#368994 Text Font Color

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

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


#368994 Background Color

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

This div background color is #368994


#368994 Border Color

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

This div border color is #368994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368994


Comments

No comments written yet.

Please login to write comment.