Color Hex Logo

#335dba Color Hex

#335DBA
(51,93,186)
0 Favorites   0 Comments

Color spaces of #335dba

RGB 5193186
HSL0.610.570.46
HSV221°73°73°
CMYK 0.730.500.00   0.27
XYZ14.142512.077748.0402
Yxy12.07770.19040.1626
Hunter Lab34.753011.8217-57.6314
CIE-Lab41.339317.7989-53.3964

#335dba color RGB value is (51,93,186).

#335dba hex color red value is 51, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #335dba hue: 0.61 , saturation: 0.57 and the lightness value of 335dba is 0.46.

The process color (four color CMYK) of #335dba color hex is 0.73, 0.50, 0.00, 0.27. Web safe color of #335dba is #3366cc. Color #335dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011101 10111010
Octal 63 135 272
Decimal 51 93 186
Hex 33 5D BA

RGB Percentages of Color #335dba

%15.45
%28.18
%56.36

CMYK Percentages of Color #335dba

%73
%50
%0
%27

Triadic Colors of #335dba

#335dba #ba335d #5dba33

Analogous Colors of #335dba

#335dba #4d33ba #33a1ba

Monochromatic Colors of #335dba

#335dba

Complementary Color

#335dba #ba9033

#335dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#335dba Color CSS Codes

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

#335dba Text Font Color

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

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


#335dba Background Color

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

This div background color is #335dba


#335dba Border Color

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

This div border color is #335dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #335dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #335dba;
  -webkit-box-shadow: 1px 1px 3px 2px #335dba;
  box-shadow:         1px 1px 3px 2px #335dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335dba


Comments

No comments written yet.

Please login to write comment.