Color Hex Logo

#368fbd Color Hex

#368FBD
(54,143,189)
0 Favorites   0 Comments

Color spaces of #368fbd

RGB 54143189
HSL0.560.560.48
HSV200°71°74°
CMYK 0.710.240.00   0.26
XYZ20.529124.103351.7145
Yxy24.10330.21310.2502
Hunter Lab49.0951-11.2767-28.0867
CIE-Lab56.1911-11.1735-31.5768

#368fbd color RGB value is (54,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 10111101
Octal 66 217 275
Decimal 54 143 189
Hex 36 8F BD

RGB Percentages of Color #368fbd

%13.99
%37.05
%48.96

CMYK Percentages of Color #368fbd

%71
%24
%0
%26

Triadic Colors of #368fbd

#368fbd #bd368f #8fbd36

Analogous Colors of #368fbd

#368fbd #364cbd #36bda8

Monochromatic Colors of #368fbd

#368fbd

Complementary Color

#368fbd #bd6436

#368fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#368fbd Color CSS Codes

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

#368fbd Text Font Color

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

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


#368fbd Background Color

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

This div background color is #368fbd


#368fbd Border Color

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

This div border color is #368fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368fbd


Comments

No comments written yet.

Please login to write comment.