Color Hex Logo

#356792 Color Hex

#356792
(53,103,146)
0 Favorites   0 Comments

Color spaces of #356792

RGB 53103146
HSL0.580.470.39
HSV208°64°57°
CMYK 0.640.290.00   0.43
XYZ11.506812.532729.0067
Yxy12.53270.21690.2363
Hunter Lab35.4016-3.9337-23.7989
CIE-Lab42.0505-2.8696-28.6023

#356792 color RGB value is (53,103,146).

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

The process color (four color CMYK) of #356792 color hex is 0.64, 0.29, 0.00, 0.43. Web safe color of #356792 is #336699. Color #356792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 10010010
Octal 65 147 222
Decimal 53 103 146
Hex 35 67 92

RGB Percentages of Color #356792

%17.55
%34.11
%48.34

CMYK Percentages of Color #356792

%64
%29
%0
%43

Triadic Colors of #356792

#356792 #923567 #679235

Analogous Colors of #356792

#356792 #353892 #35928f

Monochromatic Colors of #356792

#356792

Complementary Color

#356792 #926035

#356792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356792 Color CSS Codes

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

#356792 Text Font Color

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

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


#356792 Background Color

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

This div background color is #356792


#356792 Border Color

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

This div border color is #356792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356792


Comments

No comments written yet.

Please login to write comment.