Color Hex Logo

#335bcd Color Hex

#335BCD
(51,91,205)
0 Favorites   0 Comments

Color spaces of #335bcd

RGB 5191205
HSL0.620.610.50
HSV224°75°80°
CMYK 0.750.560.00   0.20
XYZ16.125812.593859.3385
Yxy12.59380.18310.1430
Hunter Lab35.487719.0077-74.2965
CIE-Lab42.144726.1751-63.1142

#335bcd color RGB value is (51,91,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 11001101
Octal 63 133 315
Decimal 51 91 205
Hex 33 5B CD

RGB Percentages of Color #335bcd

%14.70
%26.22
%59.08

CMYK Percentages of Color #335bcd

%75
%56
%0
%20

Triadic Colors of #335bcd

#335bcd #cd335b #5bcd33

Analogous Colors of #335bcd

#335bcd #5833cd #33a8cd

Monochromatic Colors of #335bcd

#335bcd

Complementary Color

#335bcd #cda533

#335bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#335bcd Color CSS Codes

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

#335bcd Text Font Color

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

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


#335bcd Background Color

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

This div background color is #335bcd


#335bcd Border Color

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

This div border color is #335bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335bcd


Comments

No comments written yet.

Please login to write comment.