Color Hex Logo

#356dca Color Hex

#356DCA
(53,109,202)
0 Favorites   0 Comments

Color spaces of #356dca

RGB 53109202
HSL0.600.580.50
HSV217°74°79°
CMYK 0.740.460.00   0.21
XYZ17.597515.958458.0299
Yxy15.95840.19210.1742
Hunter Lab39.94808.7222-58.1633
CIE-Lab46.919913.7692-53.6713

#356dca color RGB value is (53,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 11001010
Octal 65 155 312
Decimal 53 109 202
Hex 35 6D CA

RGB Percentages of Color #356dca

%14.56
%29.95
%55.49

CMYK Percentages of Color #356dca

%74
%46
%0
%21

Triadic Colors of #356dca

#356dca #ca356d #6dca35

Analogous Colors of #356dca

#356dca #4835ca #35b8ca

Monochromatic Colors of #356dca

#356dca

Complementary Color

#356dca #ca9235

#356dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#356dca Color CSS Codes

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

#356dca Text Font Color

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

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


#356dca Background Color

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

This div background color is #356dca


#356dca Border Color

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

This div border color is #356dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356dca


Comments

No comments written yet.

Please login to write comment.