Color Hex Logo

#336aae Color Hex

#336AAE
(51,106,174)
0 Favorites   0 Comments

Color spaces of #336aae

RGB 51106174
HSL0.590.550.44
HSV213°71°68°
CMYK 0.710.390.00   0.32
XYZ14.159314.067942.0135
Yxy14.06790.20160.2003
Hunter Lab37.50721.7477-40.1584
CIE-Lab44.33025.0123-41.5864

#336aae color RGB value is (51,106,174).

#336aae hex color red value is 51, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #336aae hue: 0.59 , saturation: 0.55 and the lightness value of 336aae is 0.44.

The process color (four color CMYK) of #336aae color hex is 0.71, 0.39, 0.00, 0.32. Web safe color of #336aae is #336699. Color #336aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101010 10101110
Octal 63 152 256
Decimal 51 106 174
Hex 33 6A AE

RGB Percentages of Color #336aae

%15.41
%32.02
%52.57

CMYK Percentages of Color #336aae

%71
%39
%0
%32

Triadic Colors of #336aae

#336aae #ae336a #6aae33

Analogous Colors of #336aae

#336aae #3933ae #33a8ae

Monochromatic Colors of #336aae

#336aae

Complementary Color

#336aae #ae7733

#336aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#336aae Color CSS Codes

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

#336aae Text Font Color

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

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


#336aae Background Color

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

This div background color is #336aae


#336aae Border Color

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

This div border color is #336aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336aae


Comments

No comments written yet.

Please login to write comment.