Color Hex Logo

#367cae Color Hex

#367CAE
(54,124,174)
0 Favorites   0 Comments

Color spaces of #367cae

RGB 54124174
HSL0.570.530.45
HSV205°69°68°
CMYK 0.690.290.00   0.32
XYZ16.369018.255642.7053
Yxy18.25560.21170.2361
Hunter Lab42.7266-6.3863-29.3519
CIE-Lab49.8047-5.4574-32.9424

#367cae color RGB value is (54,124,174).

#367cae hex color red value is 54, green value is 124 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #367cae hue: 0.57 , saturation: 0.53 and the lightness value of 367cae is 0.45.

The process color (four color CMYK) of #367cae color hex is 0.69, 0.29, 0.00, 0.32. Web safe color of #367cae is #336699. Color #367cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111100 10101110
Octal 66 174 256
Decimal 54 124 174
Hex 36 7C AE

RGB Percentages of Color #367cae

%15.34
%35.23
%49.43

CMYK Percentages of Color #367cae

%69
%29
%0
%32

Triadic Colors of #367cae

#367cae #ae367c #7cae36

Analogous Colors of #367cae

#367cae #3640ae #36aea4

Monochromatic Colors of #367cae

#367cae

Complementary Color

#367cae #ae6836

#367cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#367cae Color CSS Codes

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

#367cae Text Font Color

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

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


#367cae Background Color

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

This div background color is #367cae


#367cae Border Color

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

This div border color is #367cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,124,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367cae;
  -webkit-box-shadow: 1px 1px 3px 2px #367cae;
  box-shadow:         1px 1px 3px 2px #367cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367cae


Comments

No comments written yet.

Please login to write comment.