Color Hex Logo

#337dbf Color Hex

#337DBF
(51,125,191)
0 Favorites   0 Comments

Color spaces of #337dbf

RGB 51125191
HSL0.580.580.47
HSV208°73°75°
CMYK 0.730.350.00   0.25
XYZ18.102819.132652.0291
Yxy19.13260.20280.2143
Hunter Lab43.7408-2.6715-39.9060
CIE-Lab50.8420-0.4346-41.1151

#337dbf color RGB value is (51,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 10111111
Octal 63 175 277
Decimal 51 125 191
Hex 33 7D BF

RGB Percentages of Color #337dbf

%13.90
%34.06
%52.04

CMYK Percentages of Color #337dbf

%73
%35
%0
%25

Triadic Colors of #337dbf

#337dbf #bf337d #7dbf33

Analogous Colors of #337dbf

#337dbf #3337bf #33bfbb

Monochromatic Colors of #337dbf

#337dbf

Complementary Color

#337dbf #bf7533

#337dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#337dbf Color CSS Codes

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

#337dbf Text Font Color

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

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


#337dbf Background Color

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

This div background color is #337dbf


#337dbf Border Color

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

This div border color is #337dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337dbf


Comments

No comments written yet.

Please login to write comment.