Color Hex Logo

#356795 Color Hex

#356795
(53,103,149)
0 Favorites   0 Comments

Color spaces of #356795

RGB 53103149
HSL0.580.480.40
HSV209°64°58°
CMYK 0.640.310.00   0.42
XYZ11.743312.627330.2521
Yxy12.62730.21500.2312
Hunter Lab35.5349-3.1968-25.6012
CIE-Lab42.1962-1.8145-30.1671

#356795 color RGB value is (53,103,149).

#356795 hex color red value is 53, green value is 103 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #356795 hue: 0.58 , saturation: 0.48 and the lightness value of 356795 is 0.40.

The process color (four color CMYK) of #356795 color hex is 0.64, 0.31, 0.00, 0.42. Web safe color of #356795 is #336699. Color #356795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 10010101
Octal 65 147 225
Decimal 53 103 149
Hex 35 67 95

RGB Percentages of Color #356795

%17.38
%33.77
%48.85

CMYK Percentages of Color #356795

%64
%31
%0
%42

Triadic Colors of #356795

#356795 #953567 #679535

Analogous Colors of #356795

#356795 #353795 #359593

Monochromatic Colors of #356795

#356795

Complementary Color

#356795 #956335

#356795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356795 Color CSS Codes

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

#356795 Text Font Color

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

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


#356795 Background Color

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

This div background color is #356795


#356795 Border Color

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

This div border color is #356795


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,103,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356795; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356795;
  -webkit-box-shadow: 1px 1px 3px 2px #356795;
  box-shadow:         1px 1px 3px 2px #356795; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356795


Comments

No comments written yet.

Please login to write comment.