Color Hex Logo

#337bcc Color Hex

#337BCC
(51,123,204)
0 Favorites   0 Comments

Color spaces of #337bcc

RGB 51123204
HSL0.590.600.50
HSV212°75°80°
CMYK 0.750.400.00   0.20
XYZ19.347319.229459.8187
Yxy19.22940.19660.1954
Hunter Lab43.85132.0147-50.1830
CIE-Lab50.95455.5271-48.3643

#337bcc color RGB value is (51,123,204).

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

The process color (four color CMYK) of #337bcc color hex is 0.75, 0.40, 0.00, 0.20. Web safe color of #337bcc is #3366cc. Color #337bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111011 11001100
Octal 63 173 314
Decimal 51 123 204
Hex 33 7B CC

RGB Percentages of Color #337bcc

%13.49
%32.54
%53.97

CMYK Percentages of Color #337bcc

%75
%40
%0
%20

Triadic Colors of #337bcc

#337bcc #cc337b #7bcc33

Analogous Colors of #337bcc

#337bcc #3733cc #33c8cc

Monochromatic Colors of #337bcc

#337bcc

Complementary Color

#337bcc #cc8433

#337bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#337bcc Color CSS Codes

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

#337bcc Text Font Color

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

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


#337bcc Background Color

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

This div background color is #337bcc


#337bcc Border Color

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

This div border color is #337bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337bcc


Comments

No comments written yet.

Please login to write comment.