Color Hex Logo

#364abc Color Hex

#364ABC
(54,74,188)
0 Favorites   0 Comments

Color spaces of #364abc

RGB 5474188
HSL0.640.550.47
HSV231°71°74°
CMYK 0.710.610.00   0.26
XYZ13.04729.312748.6868
Yxy9.31270.18360.1311
Hunter Lab30.516722.9121-73.2304
CIE-Lab36.579531.2909-62.2831

#364abc color RGB value is (54,74,188).

#364abc hex color red value is 54, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #364abc hue: 0.64 , saturation: 0.55 and the lightness value of 364abc is 0.47.

The process color (four color CMYK) of #364abc color hex is 0.71, 0.61, 0.00, 0.26. Web safe color of #364abc is #3333cc. Color #364abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001010 10111100
Octal 66 112 274
Decimal 54 74 188
Hex 36 4A BC

RGB Percentages of Color #364abc

%17.09
%23.42
%59.49

CMYK Percentages of Color #364abc

%71
%61
%0
%26

Triadic Colors of #364abc

#364abc #bc364a #4abc36

Analogous Colors of #364abc

#364abc #6536bc #368dbc

Monochromatic Colors of #364abc

#364abc

Complementary Color

#364abc #bca836

#364abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#364abc Color CSS Codes

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

#364abc Text Font Color

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

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


#364abc Background Color

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

This div background color is #364abc


#364abc Border Color

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

This div border color is #364abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364abc


Comments

No comments written yet.

Please login to write comment.