Color Hex Logo

#356dbd Color Hex

#356DBD
(53,109,189)
0 Favorites   0 Comments

Color spaces of #356dbd

RGB 53109189
HSL0.600.560.47
HSV215°72°74°
CMYK 0.720.420.00   0.26
XYZ16.122115.368350.2608
Yxy15.36830.19720.1880
Hunter Lab39.20244.8044-48.5731
CIE-Lab46.13468.9563-47.4395

#356dbd color RGB value is (53,109,189).

#356dbd hex color red value is 53, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #356dbd hue: 0.60 , saturation: 0.56 and the lightness value of 356dbd is 0.47.

The process color (four color CMYK) of #356dbd color hex is 0.72, 0.42, 0.00, 0.26. Web safe color of #356dbd is #3366cc. Color #356dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 10111101
Octal 65 155 275
Decimal 53 109 189
Hex 35 6D BD

RGB Percentages of Color #356dbd

%15.10
%31.05
%53.85

CMYK Percentages of Color #356dbd

%72
%42
%0
%26

Triadic Colors of #356dbd

#356dbd #bd356d #6dbd35

Analogous Colors of #356dbd

#356dbd #4135bd #35b1bd

Monochromatic Colors of #356dbd

#356dbd

Complementary Color

#356dbd #bd8535

#356dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356dbd Color CSS Codes

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

#356dbd Text Font Color

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

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


#356dbd Background Color

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

This div background color is #356dbd


#356dbd Border Color

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

This div border color is #356dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356dbd


Comments

No comments written yet.

Please login to write comment.