Color Hex Logo

#334067 Color Hex

#334067
(51,64,103)
0 Favorites   0 Comments

Color spaces of #334067

RGB 5164103
HSL0.630.340.30
HSV225°50°40°
CMYK 0.500.380.00   0.60
XYZ5.64685.349913.5670
Yxy5.34990.22990.2178
Hunter Lab23.12993.1008-18.5861
CIE-Lab27.70926.6985-24.5329

#334067 color RGB value is (51,64,103).

#334067 hex color red value is 51, green value is 64 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #334067 hue: 0.63 , saturation: 0.34 and the lightness value of 334067 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000000 01100111
Octal 63 100 147
Decimal 51 64 103
Hex 33 40 67

RGB Percentages of Color #334067

%23.39
%29.36
%47.25

CMYK Percentages of Color #334067

%50
%38
%0
%60

Triadic Colors of #334067

#334067 #673340 #406733

Analogous Colors of #334067

#334067 #403367 #335a67

Monochromatic Colors of #334067

#334067

Complementary Color

#334067 #675a33

#334067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334067 Color CSS Codes

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

#334067 Text Font Color

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

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


#334067 Background Color

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

This div background color is #334067


#334067 Border Color

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

This div border color is #334067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334067


Comments

No comments written yet.

Please login to write comment.