Color Hex Logo

#368cbe Color Hex

#368CBE
(54,140,190)
0 Favorites   0 Comments

Color spaces of #368cbe

RGB 54140190
HSL0.560.560.48
HSV202°72°75°
CMYK 0.720.260.00   0.25
XYZ20.193723.258152.1401
Yxy23.25810.21120.2433
Hunter Lab48.2267-9.6542-30.3425
CIE-Lab55.3372-9.1358-33.4758

#368cbe color RGB value is (54,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001100 10111110
Octal 66 214 276
Decimal 54 140 190
Hex 36 8C BE

RGB Percentages of Color #368cbe

%14.06
%36.46
%49.48

CMYK Percentages of Color #368cbe

%72
%26
%0
%25

Triadic Colors of #368cbe

#368cbe #be368c #8cbe36

Analogous Colors of #368cbe

#368cbe #3648be #36beac

Monochromatic Colors of #368cbe

#368cbe

Complementary Color

#368cbe #be6836

#368cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#368cbe Color CSS Codes

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

#368cbe Text Font Color

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

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


#368cbe Background Color

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

This div background color is #368cbe


#368cbe Border Color

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

This div border color is #368cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368cbe


Comments

No comments written yet.

Please login to write comment.