Color Hex Logo

#368dbd Color Hex

#368DBD
(54,141,189)
0 Favorites   0 Comments

Color spaces of #368dbd

RGB 54141189
HSL0.560.560.48
HSV201°71°74°
CMYK 0.710.250.00   0.26
XYZ20.231523.508151.6153
Yxy23.50810.21220.2465
Hunter Lab48.4852-10.3660-29.1781
CIE-Lab55.5919-10.0475-32.5100

#368dbd color RGB value is (54,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 10111101
Octal 66 215 275
Decimal 54 141 189
Hex 36 8D BD

RGB Percentages of Color #368dbd

%14.06
%36.72
%49.22

CMYK Percentages of Color #368dbd

%71
%25
%0
%26

Triadic Colors of #368dbd

#368dbd #bd368d #8dbd36

Analogous Colors of #368dbd

#368dbd #364abd #36bdaa

Monochromatic Colors of #368dbd

#368dbd

Complementary Color

#368dbd #bd6636

#368dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#368dbd Color CSS Codes

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

#368dbd Text Font Color

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

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


#368dbd Background Color

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

This div background color is #368dbd


#368dbd Border Color

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

This div border color is #368dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368dbd


Comments

No comments written yet.

Please login to write comment.