Color Hex Logo

#337bdd Color Hex

#337BDD
(51,123,221)
0 Favorites   0 Comments

Color spaces of #337bdd

RGB 51123221
HSL0.600.710.53
HSV215°77°87°
CMYK 0.770.440.00   0.13
XYZ21.499320.090271.1513
Yxy20.09020.19070.1782
Hunter Lab44.82217.1804-62.7424
CIE-Lab51.939011.8075-56.4189

#337bdd color RGB value is (51,123,221).

#337bdd hex color red value is 51, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #337bdd hue: 0.60 , saturation: 0.71 and the lightness value of 337bdd is 0.53.

The process color (four color CMYK) of #337bdd color hex is 0.77, 0.44, 0.00, 0.13. Web safe color of #337bdd is #3366cc. Color #337bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111011 11011101
Octal 63 173 335
Decimal 51 123 221
Hex 33 7B DD

RGB Percentages of Color #337bdd

%12.91
%31.14
%55.95

CMYK Percentages of Color #337bdd

%77
%44
%0
%13

Triadic Colors of #337bdd

#337bdd #dd337b #7bdd33

Analogous Colors of #337bdd

#337bdd #4033dd #33d0dd

Monochromatic Colors of #337bdd

#337bdd

Complementary Color

#337bdd #dd9533

#337bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#337bdd Color CSS Codes

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

#337bdd Text Font Color

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

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


#337bdd Background Color

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

This div background color is #337bdd


#337bdd Border Color

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

This div border color is #337bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337bdd


Comments

No comments written yet.

Please login to write comment.