Color Hex Logo

#337faf Color Hex

#337FAF
(51,127,175)
0 Favorites   0 Comments

Color spaces of #337faf

RGB 51127175
HSL0.560.550.44
HSV203°71°69°
CMYK 0.710.270.00   0.31
XYZ16.692518.977743.3407
Yxy18.97770.21130.2402
Hunter Lab43.5634-7.8388-28.4925
CIE-Lab50.6611-7.3283-32.1883

#337faf color RGB value is (51,127,175).

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

The process color (four color CMYK) of #337faf color hex is 0.71, 0.27, 0.00, 0.31. Web safe color of #337faf is #336699. Color #337faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111111 10101111
Octal 63 177 257
Decimal 51 127 175
Hex 33 7F AF

RGB Percentages of Color #337faf

%14.45
%35.98
%49.58

CMYK Percentages of Color #337faf

%71
%27
%0
%31

Triadic Colors of #337faf

#337faf #af337f #7faf33

Analogous Colors of #337faf

#337faf #3341af #33afa1

Monochromatic Colors of #337faf

#337faf

Complementary Color

#337faf #af6333

#337faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#337faf Color CSS Codes

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

#337faf Text Font Color

<p style="color:#337faf">Text here</p>

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


#337faf Background Color

<div style="background-color:#337faf">
Div content here</div>

This div background color is #337faf


#337faf Border Color

<div style="border:3px solid #337faf">
Div here</div>

This div border color is #337faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337faf


Comments

No comments written yet.

Please login to write comment.