Color Hex Logo

#367baa Color Hex

#367BAA
(54,123,170)
0 Favorites   0 Comments

Color spaces of #367baa

RGB 54123170
HSL0.570.520.44
HSV204°68°67°
CMYK 0.680.280.00   0.33
XYZ15.860017.852540.6402
Yxy17.85250.21330.2401
Hunter Lab42.2522-6.9387-27.4514
CIE-Lab49.3167-6.2680-31.3848

#367baa color RGB value is (54,123,170).

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

The process color (four color CMYK) of #367baa color hex is 0.68, 0.28, 0.00, 0.33. Web safe color of #367baa is #336699. Color #367baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111011 10101010
Octal 66 173 252
Decimal 54 123 170
Hex 36 7B AA

RGB Percentages of Color #367baa

%15.56
%35.45
%48.99

CMYK Percentages of Color #367baa

%68
%28
%0
%33

Triadic Colors of #367baa

#367baa #aa367b #7baa36

Analogous Colors of #367baa

#367baa #3641aa #36aa9f

Monochromatic Colors of #367baa

#367baa

Complementary Color

#367baa #aa6536

#367baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#367baa Color CSS Codes

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

#367baa Text Font Color

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

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


#367baa Background Color

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

This div background color is #367baa


#367baa Border Color

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

This div border color is #367baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367baa


Comments

No comments written yet.

Please login to write comment.