Color Hex Logo

#367bae Color Hex

#367BAE
(54,123,174)
0 Favorites   0 Comments

Color spaces of #367bae

RGB 54123174
HSL0.570.530.45
HSV206°69°68°
CMYK 0.690.290.00   0.32
XYZ16.244318.006242.6638
Yxy18.00620.21120.2341
Hunter Lab42.4337-5.9264-29.9079
CIE-Lab49.5036-4.8680-33.4140

#367bae color RGB value is (54,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111011 10101110
Octal 66 173 256
Decimal 54 123 174
Hex 36 7B AE

RGB Percentages of Color #367bae

%15.38
%35.04
%49.57

CMYK Percentages of Color #367bae

%69
%29
%0
%32

Triadic Colors of #367bae

#367bae #ae367b #7bae36

Analogous Colors of #367bae

#367bae #363fae #36aea5

Monochromatic Colors of #367bae

#367bae

Complementary Color

#367bae #ae6936

#367bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#367bae Color CSS Codes

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

#367bae Text Font Color

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

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


#367bae Background Color

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

This div background color is #367bae


#367bae Border Color

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

This div border color is #367bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,123,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 #367bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367bae


Comments

No comments written yet.

Please login to write comment.