Color Hex Logo

#368bbc Color Hex

#368BBC
(54,139,188)
0 Favorites   0 Comments

Color spaces of #368bbc

RGB 54139188
HSL0.560.550.47
HSV202°71°74°
CMYK 0.710.260.00   0.26
XYZ19.831022.880350.9481
Yxy22.88030.21170.2443
Hunter Lab47.8334-9.7049-29.6674
CIE-Lab54.9488-9.2588-32.9439

#368bbc color RGB value is (54,139,188).

#368bbc hex color red value is 54, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #368bbc hue: 0.56 , saturation: 0.55 and the lightness value of 368bbc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 10111100
Octal 66 213 274
Decimal 54 139 188
Hex 36 8B BC

RGB Percentages of Color #368bbc

%14.17
%36.48
%49.34

CMYK Percentages of Color #368bbc

%71
%26
%0
%26

Triadic Colors of #368bbc

#368bbc #bc368b #8bbc36

Analogous Colors of #368bbc

#368bbc #3648bc #36bcaa

Monochromatic Colors of #368bbc

#368bbc

Complementary Color

#368bbc #bc6736

#368bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bbc Color CSS Codes

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

#368bbc Text Font Color

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

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


#368bbc Background Color

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

This div background color is #368bbc


#368bbc Border Color

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

This div border color is #368bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bbc


Comments

No comments written yet.

Please login to write comment.