Color Hex Logo

#365fbb Color Hex

#365FBB
(54,95,187)
0 Favorites   0 Comments

Color spaces of #365fbb

RGB 5495187
HSL0.620.550.47
HSV222°71°73°
CMYK 0.710.490.00   0.27
XYZ14.583212.556548.6687
Yxy12.55650.19240.1656
Hunter Lab35.435211.4495-56.6277
CIE-Lab42.087317.2991-52.7680

#365fbb color RGB value is (54,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 10111011
Octal 66 137 273
Decimal 54 95 187
Hex 36 5F BB

RGB Percentages of Color #365fbb

%16.07
%28.27
%55.65

CMYK Percentages of Color #365fbb

%71
%49
%0
%27

Triadic Colors of #365fbb

#365fbb #bb365f #5fbb36

Analogous Colors of #365fbb

#365fbb #5036bb #36a2bb

Monochromatic Colors of #365fbb

#365fbb

Complementary Color

#365fbb #bb9236

#365fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365fbb Color CSS Codes

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

#365fbb Text Font Color

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

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


#365fbb Background Color

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

This div background color is #365fbb


#365fbb Border Color

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

This div border color is #365fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365fbb


Comments

No comments written yet.

Please login to write comment.