Color Hex Logo

#356bdd Color Hex

#356BDD
(53,107,221)
0 Favorites   0 Comments

Color spaces of #356bdd

RGB 53107221
HSL0.610.710.54
HSV221°76°87°
CMYK 0.760.520.00   0.13
XYZ19.777016.492770.5477
Yxy16.49270.18510.1544
Hunter Lab40.611215.8570-74.5677
CIE-Lab47.614422.0858-63.3831

#356bdd color RGB value is (53,107,221).

#356bdd hex color red value is 53, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #356bdd hue: 0.61 , saturation: 0.71 and the lightness value of 356bdd is 0.54.

The process color (four color CMYK) of #356bdd color hex is 0.76, 0.52, 0.00, 0.13. Web safe color of #356bdd is #3366cc. Color #356bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 11011101
Octal 65 153 335
Decimal 53 107 221
Hex 35 6B DD

RGB Percentages of Color #356bdd

%13.91
%28.08
%58.01

CMYK Percentages of Color #356bdd

%76
%52
%0
%13

Triadic Colors of #356bdd

#356bdd #dd356b #6bdd35

Analogous Colors of #356bdd

#356bdd #5335dd #35bfdd

Monochromatic Colors of #356bdd

#356bdd

Complementary Color

#356bdd #dda735

#356bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bdd Color CSS Codes

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

#356bdd Text Font Color

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

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


#356bdd Background Color

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

This div background color is #356bdd


#356bdd Border Color

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

This div border color is #356bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,107,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #356bdd;
  box-shadow:         1px 1px 3px 2px #356bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,107,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bdd


Comments

No comments written yet.

Please login to write comment.