Color Hex Logo

#335383 Color Hex

#335383
(51,83,131)
0 Favorites   0 Comments

Color spaces of #335383

RGB 5183131
HSL0.600.440.36
HSV216°61°51°
CMYK 0.610.370.00   0.49
XYZ8.55528.529022.6681
Yxy8.52900.21520.2146
Hunter Lab29.20451.1823-25.5770
CIE-Lab35.06123.9875-30.4990

#335383 color RGB value is (51,83,131).

#335383 hex color red value is 51, green value is 83 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #335383 hue: 0.60 , saturation: 0.44 and the lightness value of 335383 is 0.36.

The process color (four color CMYK) of #335383 color hex is 0.61, 0.37, 0.00, 0.49. Web safe color of #335383 is #336699. Color #335383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 10000011
Octal 63 123 203
Decimal 51 83 131
Hex 33 53 83

RGB Percentages of Color #335383

%19.25
%31.32
%49.43

CMYK Percentages of Color #335383

%61
%37
%0
%49

Triadic Colors of #335383

#335383 #833353 #538333

Analogous Colors of #335383

#335383 #3b3383 #337b83

Monochromatic Colors of #335383

#335383

Complementary Color

#335383 #836333

#335383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335383 Color CSS Codes

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

#335383 Text Font Color

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

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


#335383 Background Color

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

This div background color is #335383


#335383 Border Color

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

This div border color is #335383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335383


Comments

No comments written yet.

Please login to write comment.