Color Hex Logo

#356eba Color Hex

#356EBA
(53,110,186)
0 Favorites   0 Comments

Color spaces of #356eba

RGB 53110186
HSL0.600.560.47
HSV214°72°73°
CMYK 0.720.410.00   0.27
XYZ15.907115.453948.5989
Yxy15.45390.19890.1933
Hunter Lab39.31143.4337-45.7794
CIE-Lab46.24977.2241-45.5182

#356eba color RGB value is (53,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 10111010
Octal 65 156 272
Decimal 53 110 186
Hex 35 6E BA

RGB Percentages of Color #356eba

%15.19
%31.52
%53.30

CMYK Percentages of Color #356eba

%72
%41
%0
%27

Triadic Colors of #356eba

#356eba #ba356e #6eba35

Analogous Colors of #356eba

#356eba #3f35ba #35b1ba

Monochromatic Colors of #356eba

#356eba

Complementary Color

#356eba #ba8135

#356eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#356eba Color CSS Codes

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

#356eba Text Font Color

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

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


#356eba Background Color

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

This div background color is #356eba


#356eba Border Color

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

This div border color is #356eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356eba


Comments

No comments written yet.

Please login to write comment.