Color Hex Logo

#339baa Color Hex

#339BAA
(51,155,170)
0 Favorites   0 Comments

Color spaces of #339baa

RGB 51155170
HSL0.520.540.43
HSV188°70°67°
CMYK 0.700.090.00   0.33
XYZ20.342327.048842.1790
Yxy27.04880.22710.3020
Hunter Lab52.0085-21.1973-11.6784
CIE-Lab59.0195-24.2776-16.4509

#339baa color RGB value is (51,155,170).

#339baa hex color red value is 51, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #339baa hue: 0.52 , saturation: 0.54 and the lightness value of 339baa is 0.43.

The process color (four color CMYK) of #339baa color hex is 0.70, 0.09, 0.00, 0.33. Web safe color of #339baa is #339999. Color #339baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011011 10101010
Octal 63 233 252
Decimal 51 155 170
Hex 33 9B AA

RGB Percentages of Color #339baa

%13.56
%41.22
%45.21

CMYK Percentages of Color #339baa

%70
%9
%0
%33

Triadic Colors of #339baa

#339baa #aa339b #9baa33

Analogous Colors of #339baa

#339baa #335faa #33aa7e

Monochromatic Colors of #339baa

#339baa

Complementary Color

#339baa #aa4233

#339baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#339baa Color CSS Codes

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

#339baa Text Font Color

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

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


#339baa Background Color

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

This div background color is #339baa


#339baa Border Color

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

This div border color is #339baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339baa


Comments

No comments written yet.

Please login to write comment.