Color Hex Logo

#3386cd Color Hex

#3386CD
(51,134,205)
0 Favorites   0 Comments

Color spaces of #3386cd

RGB 51134205
HSL0.580.610.50
HSV208°75°80°
CMYK 0.750.350.00   0.20
XYZ20.909822.161860.9332
Yxy22.16180.20100.2131
Hunter Lab47.0763-3.0996-43.7885
CIE-Lab54.1983-0.7408-43.7827

#3386cd color RGB value is (51,134,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000110 11001101
Octal 63 206 315
Decimal 51 134 205
Hex 33 86 CD

RGB Percentages of Color #3386cd

%13.08
%34.36
%52.56

CMYK Percentages of Color #3386cd

%75
%35
%0
%20

Triadic Colors of #3386cd

#3386cd #cd3386 #86cd33

Analogous Colors of #3386cd

#3386cd #3339cd #33cdc7

Monochromatic Colors of #3386cd

#3386cd

Complementary Color

#3386cd #cd7a33

#3386cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3386cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3386cd Color CSS Codes

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

#3386cd Text Font Color

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

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


#3386cd Background Color

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

This div background color is #3386cd


#3386cd Border Color

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

This div border color is #3386cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,134,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3386cd


Comments

No comments written yet.

Please login to write comment.