Color Hex Logo

#367aa8 Color Hex

#367AA8
(54,122,168)
0 Favorites   0 Comments

Color spaces of #367aa8

RGB 54122168
HSL0.570.510.44
HSV204°68°66°
CMYK 0.680.270.00   0.34
XYZ15.548717.530539.6100
Yxy17.53050.21390.2412
Hunter Lab41.8694-6.9835-26.7819
CIE-Lab48.9216-6.3779-30.8388

#367aa8 color RGB value is (54,122,168).

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

The process color (four color CMYK) of #367aa8 color hex is 0.68, 0.27, 0.00, 0.34. Web safe color of #367aa8 is #336699. Color #367aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111010 10101000
Octal 66 172 250
Decimal 54 122 168
Hex 36 7A A8

RGB Percentages of Color #367aa8

%15.70
%35.47
%48.84

CMYK Percentages of Color #367aa8

%68
%27
%0
%34

Triadic Colors of #367aa8

#367aa8 #a8367a #7aa836

Analogous Colors of #367aa8

#367aa8 #3641a8 #36a89d

Monochromatic Colors of #367aa8

#367aa8

Complementary Color

#367aa8 #a86436

#367aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367aa8 Color CSS Codes

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

#367aa8 Text Font Color

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

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


#367aa8 Background Color

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

This div background color is #367aa8


#367aa8 Border Color

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

This div border color is #367aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367aa8


Comments

No comments written yet.

Please login to write comment.