Color Hex Logo

#336cae Color Hex

#336CAE
(51,108,174)
0 Favorites   0 Comments

Color spaces of #336cae

RGB 51108174
HSL0.590.550.44
HSV212°71°68°
CMYK 0.710.380.00   0.32
XYZ14.367814.484942.0830
Yxy14.48490.20250.2042
Hunter Lab38.05900.7829-38.9174
CIE-Lab44.92053.7626-40.6488

#336cae color RGB value is (51,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101100 10101110
Octal 63 154 256
Decimal 51 108 174
Hex 33 6C AE

RGB Percentages of Color #336cae

%15.32
%32.43
%52.25

CMYK Percentages of Color #336cae

%71
%38
%0
%32

Triadic Colors of #336cae

#336cae #ae336c #6cae33

Analogous Colors of #336cae

#336cae #3733ae #33aaae

Monochromatic Colors of #336cae

#336cae

Complementary Color

#336cae #ae7533

#336cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#336cae Color CSS Codes

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

#336cae Text Font Color

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

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


#336cae Background Color

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

This div background color is #336cae


#336cae Border Color

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

This div border color is #336cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336cae


Comments

No comments written yet.

Please login to write comment.