Color Hex Logo

#334560 Color Hex

#334560
(51,69,96)
0 Favorites   0 Comments

Color spaces of #334560

RGB 516996
HSL0.600.310.29
HSV216°47°38°
CMYK 0.470.280.00   0.62
XYZ5.60475.804611.8913
Yxy5.80460.24050.2491
Hunter Lab24.0927-0.6378-12.3985
CIE-Lab28.91401.0193-18.1609

#334560 color RGB value is (51,69,96).

#334560 hex color red value is 51, green value is 69 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #334560 hue: 0.60 , saturation: 0.31 and the lightness value of 334560 is 0.29.

The process color (four color CMYK) of #334560 color hex is 0.47, 0.28, 0.00, 0.62. Web safe color of #334560 is #333366. Color #334560 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 01100000
Octal 63 105 140
Decimal 51 69 96
Hex 33 45 60

RGB Percentages of Color #334560

%23.61
%31.94
%44.44

CMYK Percentages of Color #334560

%47
%28
%0
%62

Triadic Colors of #334560

#334560 #603345 #456033

Analogous Colors of #334560

#334560 #383360 #335c60

Monochromatic Colors of #334560

#334560

Complementary Color

#334560 #604e33

#334560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334560 Color CSS Codes

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

#334560 Text Font Color

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

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


#334560 Background Color

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

This div background color is #334560


#334560 Border Color

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

This div border color is #334560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334560


Comments

No comments written yet.

Please login to write comment.