Color Hex Logo

#365fba Color Hex

#365FBA
(54,95,186)
0 Favorites   0 Comments

Color spaces of #365fba

RGB 5495186
HSL0.610.550.47
HSV221°71°73°
CMYK 0.710.490.00   0.27
XYZ14.476512.513948.1068
Yxy12.51390.19280.1666
Hunter Lab35.375011.1413-55.8666
CIE-Lab42.021516.9281-52.2906

#365fba color RGB value is (54,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 10111010
Octal 66 137 272
Decimal 54 95 186
Hex 36 5F BA

RGB Percentages of Color #365fba

%16.12
%28.36
%55.52

CMYK Percentages of Color #365fba

%71
%49
%0
%27

Triadic Colors of #365fba

#365fba #ba365f #5fba36

Analogous Colors of #365fba

#365fba #4f36ba #36a1ba

Monochromatic Colors of #365fba

#365fba

Complementary Color

#365fba #ba9136

#365fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#365fba Color CSS Codes

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

#365fba Text Font Color

<p style="color:#365fba">Text here</p>

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


#365fba Background Color

<div style="background-color:#365fba">
Div content here</div>

This div background color is #365fba


#365fba Border Color

<div style="border:3px solid #365fba">
Div here</div>

This div border color is #365fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365fba


Comments

No comments written yet.

Please login to write comment.