Color Hex Logo

#3386cc Color Hex

#3386CC
(51,134,204)
0 Favorites   0 Comments

Color spaces of #3386cc

RGB 51134204
HSL0.580.600.50
HSV207°75°80°
CMYK 0.750.340.00   0.20
XYZ20.789422.113660.2994
Yxy22.11360.20140.2143
Hunter Lab47.0251-3.3806-43.1089
CIE-Lab54.1473-1.1017-43.2971

#3386cc color RGB value is (51,134,204).

#3386cc hex color red value is 51, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3386cc hue: 0.58 , saturation: 0.60 and the lightness value of 3386cc is 0.50.

The process color (four color CMYK) of #3386cc color hex is 0.75, 0.34, 0.00, 0.20. Web safe color of #3386cc is #3399cc. Color #3386cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000110 11001100
Octal 63 206 314
Decimal 51 134 204
Hex 33 86 CC

RGB Percentages of Color #3386cc

%13.11
%34.45
%52.44

CMYK Percentages of Color #3386cc

%75
%34
%0
%20

Triadic Colors of #3386cc

#3386cc #cc3386 #86cc33

Analogous Colors of #3386cc

#3386cc #333acc #33ccc6

Monochromatic Colors of #3386cc

#3386cc

Complementary Color

#3386cc #cc7933

#3386cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3386cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3386cc Color CSS Codes

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

#3386cc Text Font Color

<p style="color:#3386cc">Text here</p>

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


#3386cc Background Color

<div style="background-color:#3386cc">
Div content here</div>

This div background color is #3386cc


#3386cc Border Color

<div style="border:3px solid #3386cc">
Div here</div>

This div border color is #3386cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,134,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3386cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3386cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3386cc;
  box-shadow:         1px 1px 3px 2px #3386cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,134,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 #3386cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3386cc


Comments

No comments written yet.

Please login to write comment.