Color Hex Logo

#336faa Color Hex

#336FAA
(51,111,170)
0 Favorites   0 Comments

Color spaces of #336faa

RGB 51111170
HSL0.580.540.43
HSV210°70°67°
CMYK 0.700.350.00   0.33
XYZ14.305414.975040.1667
Yxy14.97500.20600.2156
Hunter Lab38.6975-1.7342-34.4527
CIE-Lab45.59990.4477-37.2316

#336faa color RGB value is (51,111,170).

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

The process color (four color CMYK) of #336faa color hex is 0.70, 0.35, 0.00, 0.33. Web safe color of #336faa is #336699. Color #336faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101111 10101010
Octal 63 157 252
Decimal 51 111 170
Hex 33 6F AA

RGB Percentages of Color #336faa

%15.36
%33.43
%51.20

CMYK Percentages of Color #336faa

%70
%35
%0
%33

Triadic Colors of #336faa

#336faa #aa336f #6faa33

Analogous Colors of #336faa

#336faa #3333aa #33aaaa

Monochromatic Colors of #336faa

#336faa

Complementary Color

#336faa #aa6e33

#336faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#336faa Color CSS Codes

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

#336faa Text Font Color

<p style="color:#336faa">Text here</p>

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


#336faa Background Color

<div style="background-color:#336faa">
Div content here</div>

This div background color is #336faa


#336faa Border Color

<div style="border:3px solid #336faa">
Div here</div>

This div border color is #336faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336faa


Comments

No comments written yet.

Please login to write comment.