Color Hex Logo

#335467 Color Hex

#335467
(51,84,103)
0 Favorites   0 Comments

Color spaces of #335467

RGB 5184103
HSL0.560.340.30
HSV202°50°40°
CMYK 0.500.180.00   0.60
XYZ6.98378.023714.0126
Yxy8.02370.24070.2765
Hunter Lab28.3261-5.5622-9.5018
CIE-Lab34.0322-6.2356-14.7131

#335467 color RGB value is (51,84,103).

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

The process color (four color CMYK) of #335467 color hex is 0.50, 0.18, 0.00, 0.60. Web safe color of #335467 is #336666. Color #335467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010100 01100111
Octal 63 124 147
Decimal 51 84 103
Hex 33 54 67

RGB Percentages of Color #335467

%21.43
%35.29
%43.28

CMYK Percentages of Color #335467

%50
%18
%0
%60

Triadic Colors of #335467

#335467 #673354 #546733

Analogous Colors of #335467

#335467 #333a67 #336760

Monochromatic Colors of #335467

#335467

Complementary Color

#335467 #674633

#335467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335467 Color CSS Codes

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

#335467 Text Font Color

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

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


#335467 Background Color

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

This div background color is #335467


#335467 Border Color

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

This div border color is #335467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335467


Comments

No comments written yet.

Please login to write comment.