Color Hex Logo

#334365 Color Hex

#334365
(51,67,101)
0 Favorites   0 Comments

Color spaces of #334365

RGB 5167101
HSL0.610.330.30
HSV221°50°40°
CMYK 0.500.340.00   0.60
XYZ5.72145.657713.1024
Yxy5.65770.23370.2311
Hunter Lab23.78591.3105-16.0096
CIE-Lab28.53194.0079-21.9610

#334365 color RGB value is (51,67,101).

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

The process color (four color CMYK) of #334365 color hex is 0.50, 0.34, 0.00, 0.60. Web safe color of #334365 is #333366. Color #334365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000011 01100101
Octal 63 103 145
Decimal 51 67 101
Hex 33 43 65

RGB Percentages of Color #334365

%23.29
%30.59
%46.12

CMYK Percentages of Color #334365

%50
%34
%0
%60

Triadic Colors of #334365

#334365 #653343 #436533

Analogous Colors of #334365

#334365 #3c3365 #335c65

Monochromatic Colors of #334365

#334365

Complementary Color

#334365 #655533

#334365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334365 Color CSS Codes

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

#334365 Text Font Color

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

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


#334365 Background Color

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

This div background color is #334365


#334365 Border Color

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

This div border color is #334365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334365

#334365 Color Palettes


Comments

No comments written yet.

Please login to write comment.