Color Hex Logo

#335367 Color Hex

#335367
(51,83,103)
0 Favorites   0 Comments

Color spaces of #335367

RGB 5183103
HSL0.560.340.30
HSV203°50°40°
CMYK 0.500.190.00   0.60
XYZ6.90677.869613.9869
Yxy7.86960.24010.2736
Hunter Lab28.0528-5.1451-9.9245
CIE-Lab33.7098-5.6186-15.2072

#335367 color RGB value is (51,83,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 01100111
Octal 63 123 147
Decimal 51 83 103
Hex 33 53 67

RGB Percentages of Color #335367

%21.52
%35.02
%43.46

CMYK Percentages of Color #335367

%50
%19
%0
%60

Triadic Colors of #335367

#335367 #673353 #536733

Analogous Colors of #335367

#335367 #333967 #336761

Monochromatic Colors of #335367

#335367

Complementary Color

#335367 #674733

#335367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335367 Color CSS Codes

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

#335367 Text Font Color

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

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


#335367 Background Color

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

This div background color is #335367


#335367 Border Color

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

This div border color is #335367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335367


Comments

No comments written yet.

Please login to write comment.