Color Hex Logo

#369bbe Color Hex

#369BBE
(54,155,190)
0 Favorites   0 Comments

Color spaces of #369bbe

RGB 54155190
HSL0.540.560.48
HSV195°72°75°
CMYK 0.720.180.00   0.25
XYZ22.536927.944752.9212
Yxy27.94470.21800.2703
Hunter Lab52.8627-16.4102-22.3516
CIE-Lab59.8387-17.4187-26.4920

#369bbe color RGB value is (54,155,190).

#369bbe hex color red value is 54, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #369bbe hue: 0.54 , saturation: 0.56 and the lightness value of 369bbe is 0.48.

The process color (four color CMYK) of #369bbe color hex is 0.72, 0.18, 0.00, 0.25. Web safe color of #369bbe is #3399cc. Color #369bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011011 10111110
Octal 66 233 276
Decimal 54 155 190
Hex 36 9B BE

RGB Percentages of Color #369bbe

%13.53
%38.85
%47.62

CMYK Percentages of Color #369bbe

%72
%18
%0
%25

Triadic Colors of #369bbe

#369bbe #be369b #9bbe36

Analogous Colors of #369bbe

#369bbe #3657be #36be9d

Monochromatic Colors of #369bbe

#369bbe

Complementary Color

#369bbe #be5936

#369bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#369bbe Color CSS Codes

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

#369bbe Text Font Color

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

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


#369bbe Background Color

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

This div background color is #369bbe


#369bbe Border Color

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

This div border color is #369bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369bbe


Comments

No comments written yet.

Please login to write comment.