Color Hex Logo

#369cbb Color Hex

#369CBB
(54,156,187)
0 Favorites   0 Comments

Color spaces of #369cbb

RGB 54156187
HSL0.540.550.47
HSV194°71°73°
CMYK 0.710.170.00   0.27
XYZ22.379428.149151.2675
Yxy28.14910.21980.2765
Hunter Lab53.0557-17.5546-20.1526
CIE-Lab60.0232-18.9364-24.5187

#369cbb color RGB value is (54,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011100 10111011
Octal 66 234 273
Decimal 54 156 187
Hex 36 9C BB

RGB Percentages of Color #369cbb

%13.60
%39.29
%47.10

CMYK Percentages of Color #369cbb

%71
%17
%0
%27

Triadic Colors of #369cbb

#369cbb #bb369c #9cbb36

Analogous Colors of #369cbb

#369cbb #365abb #36bb98

Monochromatic Colors of #369cbb

#369cbb

Complementary Color

#369cbb #bb5536

#369cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#369cbb Color CSS Codes

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

#369cbb Text Font Color

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

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


#369cbb Background Color

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

This div background color is #369cbb


#369cbb Border Color

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

This div border color is #369cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369cbb


Comments

No comments written yet.

Please login to write comment.