Color Hex Logo

#3387af Color Hex

#3387AF
(51,135,175)
0 Favorites   0 Comments

Color spaces of #3387af

RGB 51135175
HSL0.550.550.44
HSV199°71°69°
CMYK 0.710.230.00   0.31
XYZ17.767121.126943.6989
Yxy21.12690.21510.2558
Hunter Lab45.9640-11.4390-24.1934
CIE-Lab53.0881-11.9055-28.4080

#3387af color RGB value is (51,135,175).

#3387af hex color red value is 51, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3387af hue: 0.55 , saturation: 0.55 and the lightness value of 3387af is 0.44.

The process color (four color CMYK) of #3387af color hex is 0.71, 0.23, 0.00, 0.31. Web safe color of #3387af is #339999. Color #3387af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000111 10101111
Octal 63 207 257
Decimal 51 135 175
Hex 33 87 AF

RGB Percentages of Color #3387af

%14.13
%37.40
%48.48

CMYK Percentages of Color #3387af

%71
%23
%0
%31

Triadic Colors of #3387af

#3387af #af3387 #87af33

Analogous Colors of #3387af

#3387af #3349af #33af99

Monochromatic Colors of #3387af

#3387af

Complementary Color

#3387af #af5b33

#3387af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3387af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3387af Color CSS Codes

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

#3387af Text Font Color

<p style="color:#3387af">Text here</p>

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


#3387af Background Color

<div style="background-color:#3387af">
Div content here</div>

This div background color is #3387af


#3387af Border Color

<div style="border:3px solid #3387af">
Div here</div>

This div border color is #3387af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,135,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3387af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3387af;
  -webkit-box-shadow: 1px 1px 3px 2px #3387af;
  box-shadow:         1px 1px 3px 2px #3387af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3387af


Comments

No comments written yet.

Please login to write comment.