Color Hex Logo

#337985 Color Hex

#337985
(51,121,133)
0 Favorites   0 Comments

Color spaces of #337985

RGB 51121133
HSL0.520.450.36
HSV189°62°52°
CMYK 0.620.090.00   0.48
XYZ12.436316.072024.6370
Yxy16.07200.23400.3024
Hunter Lab40.0899-14.7848-8.3734
CIE-Lab47.0688-18.0117-13.1332

#337985 color RGB value is (51,121,133).

#337985 hex color red value is 51, green value is 121 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #337985 hue: 0.52 , saturation: 0.45 and the lightness value of 337985 is 0.36.

The process color (four color CMYK) of #337985 color hex is 0.62, 0.09, 0.00, 0.48. Web safe color of #337985 is #336699. Color #337985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111001 10000101
Octal 63 171 205
Decimal 51 121 133
Hex 33 79 85

RGB Percentages of Color #337985

%16.72
%39.67
%43.61

CMYK Percentages of Color #337985

%62
%9
%0
%48

Triadic Colors of #337985

#337985 #853379 #798533

Analogous Colors of #337985

#337985 #335085 #338568

Monochromatic Colors of #337985

#337985

Complementary Color

#337985 #853f33

#337985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#337985 Color CSS Codes

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

#337985 Text Font Color

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

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


#337985 Background Color

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

This div background color is #337985


#337985 Border Color

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

This div border color is #337985


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,121,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #337985; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #337985;
  -webkit-box-shadow: 1px 1px 3px 2px #337985;
  box-shadow:         1px 1px 3px 2px #337985; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337985


Comments

No comments written yet.

Please login to write comment.