Color Hex Logo

#336fae Color Hex

#336FAE
(51,111,174)
0 Favorites   0 Comments

Color spaces of #336fae

RGB 51111174
HSL0.590.550.44
HSV211°71°68°
CMYK 0.710.360.00   0.32
XYZ14.689715.128742.1903
Yxy15.12870.20400.2101
Hunter Lab38.8956-0.6533-37.0852
CIE-Lab45.81001.9029-39.2389

#336fae color RGB value is (51,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101111 10101110
Octal 63 157 256
Decimal 51 111 174
Hex 33 6F AE

RGB Percentages of Color #336fae

%15.18
%33.04
%51.79

CMYK Percentages of Color #336fae

%71
%36
%0
%32

Triadic Colors of #336fae

#336fae #ae336f #6fae33

Analogous Colors of #336fae

#336fae #3433ae #33adae

Monochromatic Colors of #336fae

#336fae

Complementary Color

#336fae #ae7233

#336fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#336fae Color CSS Codes

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

#336fae Text Font Color

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

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


#336fae Background Color

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

This div background color is #336fae


#336fae Border Color

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

This div border color is #336fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336fae


Comments

No comments written yet.

Please login to write comment.