Color Hex Logo

#368bdd Color Hex

#368BDD
(54,139,221)
0 Favorites   0 Comments

Color spaces of #368bdd

RGB 54139221
HSL0.580.710.54
HSV209°76°87°
CMYK 0.760.370.00   0.13
XYZ23.805124.470071.8751
Yxy24.47000.19810.2037
Hunter Lab49.4672-0.6679-51.5205
CIE-Lab56.55532.4332-49.0463

#368bdd color RGB value is (54,139,221).

#368bdd hex color red value is 54, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #368bdd hue: 0.58 , saturation: 0.71 and the lightness value of 368bdd is 0.54.

The process color (four color CMYK) of #368bdd color hex is 0.76, 0.37, 0.00, 0.13. Web safe color of #368bdd is #3399cc. Color #368bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 11011101
Octal 66 213 335
Decimal 54 139 221
Hex 36 8B DD

RGB Percentages of Color #368bdd

%13.04
%33.57
%53.38

CMYK Percentages of Color #368bdd

%76
%37
%0
%13

Triadic Colors of #368bdd

#368bdd #dd368b #8bdd36

Analogous Colors of #368bdd

#368bdd #3637dd #36dddc

Monochromatic Colors of #368bdd

#368bdd

Complementary Color

#368bdd #dd8836

#368bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bdd Color CSS Codes

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

#368bdd Text Font Color

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

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


#368bdd Background Color

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

This div background color is #368bdd


#368bdd Border Color

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

This div border color is #368bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bdd


Comments

No comments written yet.

Please login to write comment.