Color Hex Logo

#368dbe Color Hex

#368DBE
(54,141,190)
0 Favorites   0 Comments

Color spaces of #368dbe

RGB 54141190
HSL0.560.560.48
HSV202°72°75°
CMYK 0.720.260.00   0.25
XYZ20.340523.551752.1891
Yxy23.55170.21170.2451
Hunter Lab48.5301-10.1127-29.7892
CIE-Lab55.6361-9.7030-33.0095

#368dbe color RGB value is (54,141,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 10111110
Octal 66 215 276
Decimal 54 141 190
Hex 36 8D BE

RGB Percentages of Color #368dbe

%14.03
%36.62
%49.35

CMYK Percentages of Color #368dbe

%72
%26
%0
%25

Triadic Colors of #368dbe

#368dbe #be368d #8dbe36

Analogous Colors of #368dbe

#368dbe #3649be #36beab

Monochromatic Colors of #368dbe

#368dbe

Complementary Color

#368dbe #be6736

#368dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#368dbe Color CSS Codes

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

#368dbe Text Font Color

<p style="color:#368dbe">Text here</p>

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


#368dbe Background Color

<div style="background-color:#368dbe">
Div content here</div>

This div background color is #368dbe


#368dbe Border Color

<div style="border:3px solid #368dbe">
Div here</div>

This div border color is #368dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368dbe


Comments

No comments written yet.

Please login to write comment.