Color Hex Logo

#337fbd Color Hex

#337FBD
(51,127,189)
0 Favorites   0 Comments

Color spaces of #337fbd

RGB 51127189
HSL0.570.580.47
HSV207°73°74°
CMYK 0.730.330.00   0.26
XYZ18.139919.556750.9629
Yxy19.55670.20460.2206
Hunter Lab44.2230-4.1709-37.3702
CIE-Lab51.3323-2.3514-39.1944

#337fbd color RGB value is (51,127,189).

#337fbd hex color red value is 51, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #337fbd hue: 0.57 , saturation: 0.58 and the lightness value of 337fbd is 0.47.

The process color (four color CMYK) of #337fbd color hex is 0.73, 0.33, 0.00, 0.26. Web safe color of #337fbd is #3366cc. Color #337fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111111 10111101
Octal 63 177 275
Decimal 51 127 189
Hex 33 7F BD

RGB Percentages of Color #337fbd

%13.90
%34.60
%51.50

CMYK Percentages of Color #337fbd

%73
%33
%0
%26

Triadic Colors of #337fbd

#337fbd #bd337f #7fbd33

Analogous Colors of #337fbd

#337fbd #333abd #33bdb6

Monochromatic Colors of #337fbd

#337fbd

Complementary Color

#337fbd #bd7133

#337fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#337fbd Color CSS Codes

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

#337fbd Text Font Color

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

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


#337fbd Background Color

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

This div background color is #337fbd


#337fbd Border Color

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

This div border color is #337fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337fbd


Comments

No comments written yet.

Please login to write comment.