Color Hex Logo

#334660 Color Hex

#334660
(51,70,96)
1 Favorites   0 Comments

Color spaces of #334660

RGB 517096
HSL0.600.310.29
HSV215°47°38°
CMYK 0.470.270.00   0.62
XYZ5.66675.928711.9120
Yxy5.92870.24110.2522
Hunter Lab24.3489-1.0685-11.9617
CIE-Lab29.23190.3643-17.6684

#334660 color RGB value is (51,70,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000110 01100000
Octal 63 106 140
Decimal 51 70 96
Hex 33 46 60

RGB Percentages of Color #334660

%23.50
%32.26
%44.24

CMYK Percentages of Color #334660

%47
%27
%0
%62

Triadic Colors of #334660

#334660 #603346 #466033

Analogous Colors of #334660

#334660 #373360 #335d60

Monochromatic Colors of #334660

#334660

Complementary Color

#334660 #604d33

#334660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334660 Color CSS Codes

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

#334660 Text Font Color

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

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


#334660 Background Color

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

This div background color is #334660


#334660 Border Color

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

This div border color is #334660


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,70,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 #334660">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334660

#334660 Color Palettes


Comments

No comments written yet.

Please login to write comment.