Color Hex Logo

#364bba Color Hex

#364BBA
(54,75,186)
0 Favorites   0 Comments

Color spaces of #364bba

RGB 5475186
HSL0.640.550.47
HSV230°71°73°
CMYK 0.710.600.00   0.27
XYZ12.90039.361647.5814
Yxy9.36160.18470.1340
Hunter Lab30.596721.7155-70.7850
CIE-Lab36.671429.9232-60.9584

#364bba color RGB value is (54,75,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 10111010
Octal 66 113 272
Decimal 54 75 186
Hex 36 4B BA

RGB Percentages of Color #364bba

%17.14
%23.81
%59.05

CMYK Percentages of Color #364bba

%71
%60
%0
%27

Triadic Colors of #364bba

#364bba #ba364b #4bba36

Analogous Colors of #364bba

#364bba #6336ba #368dba

Monochromatic Colors of #364bba

#364bba

Complementary Color

#364bba #baa536

#364bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bba Color CSS Codes

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

#364bba Text Font Color

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

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


#364bba Background Color

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

This div background color is #364bba


#364bba Border Color

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

This div border color is #364bba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,75,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 #364bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bba


Comments

No comments written yet.

Please login to write comment.