Color Hex Logo

#336eaf Color Hex

#336EAF
(51,110,175)
0 Favorites   0 Comments

Color spaces of #336eaf

RGB 51110175
HSL0.590.550.44
HSV211°71°69°
CMYK 0.710.370.00   0.31
XYZ14.679014.950842.6696
Yxy14.95080.20300.2068
Hunter Lab38.66630.0986-38.3622
CIE-Lab45.56672.8862-40.2084

#336eaf color RGB value is (51,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101110 10101111
Octal 63 156 257
Decimal 51 110 175
Hex 33 6E AF

RGB Percentages of Color #336eaf

%15.18
%32.74
%52.08

CMYK Percentages of Color #336eaf

%71
%37
%0
%31

Triadic Colors of #336eaf

#336eaf #af336e #6eaf33

Analogous Colors of #336eaf

#336eaf #3633af #33acaf

Monochromatic Colors of #336eaf

#336eaf

Complementary Color

#336eaf #af7433

#336eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#336eaf Color CSS Codes

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

#336eaf Text Font Color

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

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


#336eaf Background Color

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

This div background color is #336eaf


#336eaf Border Color

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

This div border color is #336eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336eaf


Comments

No comments written yet.

Please login to write comment.