Color Hex Logo

#368bcc Color Hex

#368BCC
(54,139,204)
0 Favorites   0 Comments

Color spaces of #368bcc

RGB 54139204
HSL0.570.600.51
HSV206°74°80°
CMYK 0.740.320.00   0.20
XYZ21.653023.609160.5425
Yxy23.60910.20470.2231
Hunter Lab48.5892-5.4854-39.8633
CIE-Lab55.6943-3.6546-40.8504

#368bcc color RGB value is (54,139,204).

#368bcc hex color red value is 54, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #368bcc hue: 0.57 , saturation: 0.60 and the lightness value of 368bcc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001011 11001100
Octal 66 213 314
Decimal 54 139 204
Hex 36 8B CC

RGB Percentages of Color #368bcc

%13.60
%35.01
%51.39

CMYK Percentages of Color #368bcc

%74
%32
%0
%20

Triadic Colors of #368bcc

#368bcc #cc368b #8bcc36

Analogous Colors of #368bcc

#368bcc #3640cc #36ccc2

Monochromatic Colors of #368bcc

#368bcc

Complementary Color

#368bcc #cc7736

#368bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#368bcc Color CSS Codes

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

#368bcc Text Font Color

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

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


#368bcc Background Color

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

This div background color is #368bcc


#368bcc Border Color

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

This div border color is #368bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368bcc


Comments

No comments written yet.

Please login to write comment.