Color Hex Logo

#364eba Color Hex

#364EBA
(54,78,186)
0 Favorites   0 Comments

Color spaces of #364eba

RGB 5478186
HSL0.640.550.47
HSV229°71°73°
CMYK 0.710.580.00   0.27
XYZ13.10869.778247.6509
Yxy9.77820.18580.1386
Hunter Lab31.270120.1055-68.4599
CIE-Lab37.441427.9799-59.7046

#364eba color RGB value is (54,78,186).

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

The process color (four color CMYK) of #364eba color hex is 0.71, 0.58, 0.00, 0.27. Web safe color of #364eba is #3366cc. Color #364eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001110 10111010
Octal 66 116 272
Decimal 54 78 186
Hex 36 4E BA

RGB Percentages of Color #364eba

%16.98
%24.53
%58.49

CMYK Percentages of Color #364eba

%71
%58
%0
%27

Triadic Colors of #364eba

#364eba #ba364e #4eba36

Analogous Colors of #364eba

#364eba #6036ba #3690ba

Monochromatic Colors of #364eba

#364eba

Complementary Color

#364eba #baa236

#364eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#364eba Color CSS Codes

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

#364eba Text Font Color

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

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


#364eba Background Color

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

This div background color is #364eba


#364eba Border Color

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

This div border color is #364eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364eba


Comments

No comments written yet.

Please login to write comment.