Color Hex Logo

#365bbd Color Hex

#365BBD
(54,91,189)
0 Favorites   0 Comments

Color spaces of #365bbd

RGB 5491189
HSL0.620.560.48
HSV224°71°74°
CMYK 0.710.520.00   0.26
XYZ14.447711.940649.6874
Yxy11.94060.18990.1570
Hunter Lab34.555214.1602-61.0654
CIE-Lab41.121620.6300-55.4926

#365bbd color RGB value is (54,91,189).

#365bbd hex color red value is 54, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #365bbd hue: 0.62 , saturation: 0.56 and the lightness value of 365bbd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011011 10111101
Octal 66 133 275
Decimal 54 91 189
Hex 36 5B BD

RGB Percentages of Color #365bbd

%16.17
%27.25
%56.59

CMYK Percentages of Color #365bbd

%71
%52
%0
%26

Triadic Colors of #365bbd

#365bbd #bd365b #5bbd36

Analogous Colors of #365bbd

#365bbd #5436bd #369fbd

Monochromatic Colors of #365bbd

#365bbd

Complementary Color

#365bbd #bd9836

#365bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#365bbd Color CSS Codes

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

#365bbd Text Font Color

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

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


#365bbd Background Color

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

This div background color is #365bbd


#365bbd Border Color

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

This div border color is #365bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365bbd


Comments

No comments written yet.

Please login to write comment.