Color Hex Logo

#368dcb Color Hex

#368DCB
(54,141,203)
0 Favorites   0 Comments

Color spaces of #368dcb

RGB 54141203
HSL0.570.590.50
HSV205°73°80°
CMYK 0.730.310.00   0.20
XYZ21.825724.145860.0102
Yxy24.14580.20590.2278
Hunter Lab49.1384-6.7081-38.0110
CIE-Lab56.2335-5.1690-39.4373

#368dcb color RGB value is (54,141,203).

#368dcb hex color red value is 54, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #368dcb hue: 0.57 , saturation: 0.59 and the lightness value of 368dcb is 0.50.

The process color (four color CMYK) of #368dcb color hex is 0.73, 0.31, 0.00, 0.20. Web safe color of #368dcb is #3399cc. Color #368dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001101 11001011
Octal 66 215 313
Decimal 54 141 203
Hex 36 8D CB

RGB Percentages of Color #368dcb

%13.57
%35.43
%51.01

CMYK Percentages of Color #368dcb

%73
%31
%0
%20

Triadic Colors of #368dcb

#368dcb #cb368d #8dcb36

Analogous Colors of #368dcb

#368dcb #3642cb #36cbbf

Monochromatic Colors of #368dcb

#368dcb

Complementary Color

#368dcb #cb7436

#368dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#368dcb Color CSS Codes

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

#368dcb Text Font Color

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

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


#368dcb Background Color

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

This div background color is #368dcb


#368dcb Border Color

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

This div border color is #368dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368dcb


Comments

No comments written yet.

Please login to write comment.