Color Hex Logo

#336aaf Color Hex

#336AAF
(51,106,175)
0 Favorites   0 Comments

Color spaces of #336aaf

RGB 51106175
HSL0.590.550.44
HSV213°71°69°
CMYK 0.710.390.00   0.31
XYZ14.257114.107042.5289
Yxy14.10700.20110.1990
Hunter Lab37.55932.0279-40.8434
CIE-Lab44.38605.3805-42.0831

#336aaf color RGB value is (51,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101010 10101111
Octal 63 152 257
Decimal 51 106 175
Hex 33 6A AF

RGB Percentages of Color #336aaf

%15.36
%31.93
%52.71

CMYK Percentages of Color #336aaf

%71
%39
%0
%31

Triadic Colors of #336aaf

#336aaf #af336a #6aaf33

Analogous Colors of #336aaf

#336aaf #3a33af #33a8af

Monochromatic Colors of #336aaf

#336aaf

Complementary Color

#336aaf #af7833

#336aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#336aaf Color CSS Codes

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

#336aaf Text Font Color

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

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


#336aaf Background Color

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

This div background color is #336aaf


#336aaf Border Color

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

This div border color is #336aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336aaf


Comments

No comments written yet.

Please login to write comment.