Color Hex Logo

#356388 Color Hex

#356388
(53,99,136)
0 Favorites   0 Comments

Color spaces of #356388

RGB 5399136
HSL0.570.440.37
HSV207°61°53°
CMYK 0.610.270.00   0.47
XYZ10.374011.458124.9574
Yxy11.45810.22170.2449
Hunter Lab33.8498-4.5320-20.0195
CIE-Lab40.3416-3.9021-25.2580

#356388 color RGB value is (53,99,136).

#356388 hex color red value is 53, green value is 99 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #356388 hue: 0.57 , saturation: 0.44 and the lightness value of 356388 is 0.37.

The process color (four color CMYK) of #356388 color hex is 0.61, 0.27, 0.00, 0.47. Web safe color of #356388 is #336699. Color #356388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 10001000
Octal 65 143 210
Decimal 53 99 136
Hex 35 63 88

RGB Percentages of Color #356388

%18.40
%34.38
%47.22

CMYK Percentages of Color #356388

%61
%27
%0
%47

Triadic Colors of #356388

#356388 #883563 #638835

Analogous Colors of #356388

#356388 #353a88 #358884

Monochromatic Colors of #356388

#356388

Complementary Color

#356388 #885a35

#356388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356388 Color CSS Codes

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

#356388 Text Font Color

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

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


#356388 Background Color

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

This div background color is #356388


#356388 Border Color

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

This div border color is #356388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356388


Comments

No comments written yet.

Please login to write comment.