Color Hex Logo

#356dcf Color Hex

#356DCF
(53,109,207)
0 Favorites   0 Comments

Color spaces of #356dcf

RGB 53109207
HSL0.610.620.51
HSV218°74°81°
CMYK 0.740.470.00   0.19
XYZ18.199316.199261.1990
Yxy16.19920.19040.1695
Hunter Lab40.248210.2791-61.9790
CIE-Lab47.234815.6241-56.0281

#356dcf color RGB value is (53,109,207).

#356dcf hex color red value is 53, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #356dcf hue: 0.61 , saturation: 0.62 and the lightness value of 356dcf is 0.51.

The process color (four color CMYK) of #356dcf color hex is 0.74, 0.47, 0.00, 0.19. Web safe color of #356dcf is #3366cc. Color #356dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 11001111
Octal 65 155 317
Decimal 53 109 207
Hex 35 6D CF

RGB Percentages of Color #356dcf

%14.36
%29.54
%56.10

CMYK Percentages of Color #356dcf

%74
%47
%0
%19

Triadic Colors of #356dcf

#356dcf #cf356d #6dcf35

Analogous Colors of #356dcf

#356dcf #4a35cf #35bacf

Monochromatic Colors of #356dcf

#356dcf

Complementary Color

#356dcf #cf9735

#356dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#356dcf Color CSS Codes

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

#356dcf Text Font Color

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

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


#356dcf Background Color

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

This div background color is #356dcf


#356dcf Border Color

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

This div border color is #356dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356dcf


Comments

No comments written yet.

Please login to write comment.