Color Hex Logo

#335fba Color Hex

#335FBA
(51,95,186)
0 Favorites   0 Comments

Color spaces of #335fba

RGB 5195186
HSL0.610.570.46
HSV220°73°73°
CMYK 0.730.490.00   0.27
XYZ14.320412.433448.0995
Yxy12.43340.19130.1661
Hunter Lab35.261010.7866-56.1947
CIE-Lab41.896816.5023-52.4979

#335fba color RGB value is (51,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10111010
Octal 63 137 272
Decimal 51 95 186
Hex 33 5F BA

RGB Percentages of Color #335fba

%15.36
%28.61
%56.02

CMYK Percentages of Color #335fba

%73
%49
%0
%27

Triadic Colors of #335fba

#335fba #ba335f #5fba33

Analogous Colors of #335fba

#335fba #4b33ba #33a3ba

Monochromatic Colors of #335fba

#335fba

Complementary Color

#335fba #ba8e33

#335fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fba Color CSS Codes

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

#335fba Text Font Color

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

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


#335fba Background Color

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

This div background color is #335fba


#335fba Border Color

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

This div border color is #335fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fba


Comments

No comments written yet.

Please login to write comment.