Color Hex Logo

#334377 Color Hex

#334377
(51,67,119)
0 Favorites   0 Comments

Color spaces of #334377

RGB 5167119
HSL0.630.400.33
HSV226°57°47°
CMYK 0.570.440.00   0.53
XYZ6.70226.050018.2673
Yxy6.05000.21610.1950
Hunter Lab24.59675.5939-26.8153
CIE-Lab29.538310.2824-31.7923

#334377 color RGB value is (51,67,119).

#334377 hex color red value is 51, green value is 67 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #334377 hue: 0.63 , saturation: 0.40 and the lightness value of 334377 is 0.33.

The process color (four color CMYK) of #334377 color hex is 0.57, 0.44, 0.00, 0.53. Web safe color of #334377 is #333366. Color #334377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000011 01110111
Octal 63 103 167
Decimal 51 67 119
Hex 33 43 77

RGB Percentages of Color #334377

%21.52
%28.27
%50.21

CMYK Percentages of Color #334377

%57
%44
%0
%53

Triadic Colors of #334377

#334377 #773343 #437733

Analogous Colors of #334377

#334377 #453377 #336577

Monochromatic Colors of #334377

#334377

Complementary Color

#334377 #776733

#334377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334377 Color CSS Codes

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

#334377 Text Font Color

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

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


#334377 Background Color

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

This div background color is #334377


#334377 Border Color

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

This div border color is #334377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334377


Comments

No comments written yet.

Please login to write comment.