Color Hex Logo

#335bce Color Hex

#335BCE
(51,91,206)
0 Favorites   0 Comments

Color spaces of #335bce

RGB 5191206
HSL0.620.610.50
HSV225°75°81°
CMYK 0.750.560.00   0.19
XYZ16.246912.642259.9764
Yxy12.64220.18280.1423
Hunter Lab35.555919.3410-75.1225
CIE-Lab42.219126.5456-63.5692

#335bce color RGB value is (51,91,206).

#335bce hex color red value is 51, green value is 91 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #335bce hue: 0.62 , saturation: 0.61 and the lightness value of 335bce is 0.50.

The process color (four color CMYK) of #335bce color hex is 0.75, 0.56, 0.00, 0.19. Web safe color of #335bce is #3366cc. Color #335bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 11001110
Octal 63 133 316
Decimal 51 91 206
Hex 33 5B CE

RGB Percentages of Color #335bce

%14.66
%26.15
%59.20

CMYK Percentages of Color #335bce

%75
%56
%0
%19

Triadic Colors of #335bce

#335bce #ce335b #5bce33

Analogous Colors of #335bce

#335bce #5933ce #33a9ce

Monochromatic Colors of #335bce

#335bce

Complementary Color

#335bce #cea633

#335bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#335bce Color CSS Codes

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

#335bce Text Font Color

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

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


#335bce Background Color

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

This div background color is #335bce


#335bce Border Color

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

This div border color is #335bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335bce


Comments

No comments written yet.

Please login to write comment.