Color Hex Logo

#334880 Color Hex

#334880
(51,72,128)
0 Favorites   0 Comments

Color spaces of #334880

RGB 5172128
HSL0.620.430.35
HSV224°60°50°
CMYK 0.600.440.00   0.50
XYZ7.57896.897021.3539
Yxy6.89700.21150.1925
Hunter Lab26.26215.5540-29.8255
CIE-Lab31.571310.1598-34.1796

#334880 color RGB value is (51,72,128).

#334880 hex color red value is 51, green value is 72 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #334880 hue: 0.62 , saturation: 0.43 and the lightness value of 334880 is 0.35.

The process color (four color CMYK) of #334880 color hex is 0.60, 0.44, 0.00, 0.50. Web safe color of #334880 is #333399. Color #334880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001000 10000000
Octal 63 110 200
Decimal 51 72 128
Hex 33 48 80

RGB Percentages of Color #334880

%20.32
%28.69
%51.00

CMYK Percentages of Color #334880

%60
%44
%0
%50

Triadic Colors of #334880

#334880 #803348 #488033

Analogous Colors of #334880

#334880 #453380 #336f80

Monochromatic Colors of #334880

#334880

Complementary Color

#334880 #806b33

#334880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334880 Color CSS Codes

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

#334880 Text Font Color

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

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


#334880 Background Color

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

This div background color is #334880


#334880 Border Color

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

This div border color is #334880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334880


Comments

No comments written yet.

Please login to write comment.