Color Hex Logo

#335358 Color Hex

#335358
(51,83,88)
0 Favorites   0 Comments

Color spaces of #335358

RGB 518388
HSL0.520.270.27
HSV188°42°35°
CMYK 0.420.060.00   0.65
XYZ6.21997.594910.3707
Yxy7.59490.25720.3140
Hunter Lab27.5588-7.9414-3.0203
CIE-Lab33.1246-10.2546-6.6393

#335358 color RGB value is (51,83,88).

#335358 hex color red value is 51, green value is 83 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #335358 hue: 0.52 , saturation: 0.27 and the lightness value of 335358 is 0.27.

The process color (four color CMYK) of #335358 color hex is 0.42, 0.06, 0.00, 0.65. Web safe color of #335358 is #336666. Color #335358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 01011000
Octal 63 123 130
Decimal 51 83 88
Hex 33 53 58

RGB Percentages of Color #335358

%22.97
%37.39
%39.64

CMYK Percentages of Color #335358

%42
%6
%0
%65

Triadic Colors of #335358

#335358 #583353 #535833

Analogous Colors of #335358

#335358 #334158 #33584b

Monochromatic Colors of #335358

#335358

Complementary Color

#335358 #583833

#335358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335358 Color CSS Codes

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

#335358 Text Font Color

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

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


#335358 Background Color

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

This div background color is #335358


#335358 Border Color

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

This div border color is #335358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335358


Comments

No comments written yet.

Please login to write comment.