Color Hex Logo

#339fba Color Hex

#339FBA
(51,159,186)
0 Favorites   0 Comments

Color spaces of #339fba

RGB 51159186
HSL0.530.570.46
HSV192°73°73°
CMYK 0.730.150.00   0.27
XYZ22.626329.045350.8681
Yxy29.04530.22070.2833
Hunter Lab53.8937-19.3739-18.2359
CIE-Lab60.8216-21.2465-22.7371

#339fba color RGB value is (51,159,186).

#339fba hex color red value is 51, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #339fba hue: 0.53 , saturation: 0.57 and the lightness value of 339fba is 0.46.

The process color (four color CMYK) of #339fba color hex is 0.73, 0.15, 0.00, 0.27. Web safe color of #339fba is #3399cc. Color #339fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011111 10111010
Octal 63 237 272
Decimal 51 159 186
Hex 33 9F BA

RGB Percentages of Color #339fba

%12.88
%40.15
%46.97

CMYK Percentages of Color #339fba

%73
%15
%0
%27

Triadic Colors of #339fba

#339fba #ba339f #9fba33

Analogous Colors of #339fba

#339fba #335cba #33ba92

Monochromatic Colors of #339fba

#339fba

Complementary Color

#339fba #ba4e33

#339fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#339fba Color CSS Codes

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

#339fba Text Font Color

<p style="color:#339fba">Text here</p>

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


#339fba Background Color

<div style="background-color:#339fba">
Div content here</div>

This div background color is #339fba


#339fba Border Color

<div style="border:3px solid #339fba">
Div here</div>

This div border color is #339fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,159,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339fba;
  -webkit-box-shadow: 1px 1px 3px 2px #339fba;
  box-shadow:         1px 1px 3px 2px #339fba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339fba


Comments

No comments written yet.

Please login to write comment.