Color Hex Logo

#356fcd Color Hex

#356FCD
(53,111,205)
0 Favorites   0 Comments

Color spaces of #356fcd

RGB 53111205
HSL0.600.600.51
HSV217°74°80°
CMYK 0.740.460.00   0.20
XYZ18.172116.533559.9911
Yxy16.53350.19190.1746
Hunter Lab40.66148.6165-59.0124
CIE-Lab47.666813.6182-54.1901

#356fcd color RGB value is (53,111,205).

#356fcd hex color red value is 53, green value is 111 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #356fcd hue: 0.60 , saturation: 0.60 and the lightness value of 356fcd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 11001101
Octal 65 157 315
Decimal 53 111 205
Hex 35 6F CD

RGB Percentages of Color #356fcd

%14.36
%30.08
%55.56

CMYK Percentages of Color #356fcd

%74
%46
%0
%20

Triadic Colors of #356fcd

#356fcd #cd356f #6fcd35

Analogous Colors of #356fcd

#356fcd #4735cd #35bbcd

Monochromatic Colors of #356fcd

#356fcd

Complementary Color

#356fcd #cd9335

#356fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356fcd Color CSS Codes

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

#356fcd Text Font Color

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

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


#356fcd Background Color

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

This div background color is #356fcd


#356fcd Border Color

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

This div border color is #356fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,111,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 #356fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356fcd


Comments

No comments written yet.

Please login to write comment.