Color Hex Logo

#365cbb Color Hex

#365CBB
(54,92,187)
0 Favorites   0 Comments

Color spaces of #365cbb

RGB 5492187
HSL0.620.550.47
HSV223°71°73°
CMYK 0.710.510.00   0.27
XYZ14.318112.026448.5804
Yxy12.02640.19110.1605
Hunter Lab34.679113.0096-58.7813
CIE-Lab41.258019.2414-54.1051

#365cbb color RGB value is (54,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011100 10111011
Octal 66 134 273
Decimal 54 92 187
Hex 36 5C BB

RGB Percentages of Color #365cbb

%16.22
%27.63
%56.16

CMYK Percentages of Color #365cbb

%71
%51
%0
%27

Triadic Colors of #365cbb

#365cbb #bb365c #5cbb36

Analogous Colors of #365cbb

#365cbb #5236bb #369fbb

Monochromatic Colors of #365cbb

#365cbb

Complementary Color

#365cbb #bb9536

#365cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365cbb Color CSS Codes

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

#365cbb Text Font Color

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

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


#365cbb Background Color

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

This div background color is #365cbb


#365cbb Border Color

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

This div border color is #365cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365cbb


Comments

No comments written yet.

Please login to write comment.