Color Hex Logo

#356cca Color Hex

#356CCA
(53,108,202)
0 Favorites   0 Comments

Color spaces of #356cca

RGB 53108202
HSL0.610.580.50
HSV218°74°79°
CMYK 0.740.470.00   0.21
XYZ17.491415.746357.9946
Yxy15.74630.19170.1726
Hunter Lab39.68169.2388-58.8751
CIE-Lab46.639914.4022-54.1212

#356cca color RGB value is (53,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 11001010
Octal 65 154 312
Decimal 53 108 202
Hex 35 6C CA

RGB Percentages of Color #356cca

%14.60
%29.75
%55.65

CMYK Percentages of Color #356cca

%74
%47
%0
%21

Triadic Colors of #356cca

#356cca #ca356c #6cca35

Analogous Colors of #356cca

#356cca #4935ca #35b7ca

Monochromatic Colors of #356cca

#356cca

Complementary Color

#356cca #ca9335

#356cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#356cca Color CSS Codes

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

#356cca Text Font Color

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

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


#356cca Background Color

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

This div background color is #356cca


#356cca Border Color

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

This div border color is #356cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356cca


Comments

No comments written yet.

Please login to write comment.