Color Hex Logo

#364fab Color Hex

#364FAB
(54,79,171)
0 Favorites   0 Comments

Color spaces of #364fab

RGB 5479171
HSL0.630.520.44
HSV227°68°67°
CMYK 0.680.540.00   0.33
XYZ11.66809.316539.7114
Yxy9.31650.19220.1535
Hunter Lab30.522914.8200-55.7723
CIE-Lab36.586721.8312-52.2277

#364fab color RGB value is (54,79,171).

#364fab hex color red value is 54, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #364fab hue: 0.63 , saturation: 0.52 and the lightness value of 364fab is 0.44.

The process color (four color CMYK) of #364fab color hex is 0.68, 0.54, 0.00, 0.33. Web safe color of #364fab is #336699. Color #364fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 10101011
Octal 66 117 253
Decimal 54 79 171
Hex 36 4F AB

RGB Percentages of Color #364fab

%17.76
%25.99
%56.25

CMYK Percentages of Color #364fab

%68
%54
%0
%33

Triadic Colors of #364fab

#364fab #ab364f #4fab36

Analogous Colors of #364fab

#364fab #5736ab #368aab

Monochromatic Colors of #364fab

#364fab

Complementary Color

#364fab #ab9236

#364fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#364fab Color CSS Codes

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

#364fab Text Font Color

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

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


#364fab Background Color

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

This div background color is #364fab


#364fab Border Color

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

This div border color is #364fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,79,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364fab;
  -webkit-box-shadow: 1px 1px 3px 2px #364fab;
  box-shadow:         1px 1px 3px 2px #364fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364fab


Comments

No comments written yet.

Please login to write comment.