Color Hex Logo

#368bdb Color Hex

#368BDB
(54,139,219)
0 Favorites   0 Comments

Color spaces of #368bdb

RGB 54139219
HSL0.580.700.54
HSV209°75°86°
CMYK 0.750.370.00   0.14
XYZ23.540124.364070.4799
Yxy24.36400.19880.2058
Hunter Lab49.3599-1.2519-50.1069
CIE-Lab56.45041.7116-48.0931

#368bdb color RGB value is (54,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 11011011
Octal 66 213 333
Decimal 54 139 219
Hex 36 8B DB

RGB Percentages of Color #368bdb

%13.11
%33.74
%53.16

CMYK Percentages of Color #368bdb

%75
%37
%0
%14

Triadic Colors of #368bdb

#368bdb #db368b #8bdb36

Analogous Colors of #368bdb

#368bdb #3639db #36dbd9

Monochromatic Colors of #368bdb

#368bdb

Complementary Color

#368bdb #db8636

#368bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bdb Color CSS Codes

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

#368bdb Text Font Color

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

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


#368bdb Background Color

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

This div background color is #368bdb


#368bdb Border Color

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

This div border color is #368bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bdb

#368bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.