Color Hex Logo

#356e9f Color Hex

#356E9F
(53,110,159)
0 Favorites   0 Comments

Color spaces of #356e9f

RGB 53110159
HSL0.580.500.42
HSV208°67°62°
CMYK 0.670.310.00   0.38
XYZ13.302114.411934.8816
Yxy14.41190.21250.2302
Hunter Lab37.9630-3.8895-27.9034
CIE-Lab44.8179-2.5507-31.9906

#356e9f color RGB value is (53,110,159).

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

The process color (four color CMYK) of #356e9f color hex is 0.67, 0.31, 0.00, 0.38. Web safe color of #356e9f is #336699. Color #356e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 10011111
Octal 65 156 237
Decimal 53 110 159
Hex 35 6E 9F

RGB Percentages of Color #356e9f

%16.46
%34.16
%49.38

CMYK Percentages of Color #356e9f

%67
%31
%0
%38

Triadic Colors of #356e9f

#356e9f #9f356e #6e9f35

Analogous Colors of #356e9f

#356e9f #35399f #359f9b

Monochromatic Colors of #356e9f

#356e9f

Complementary Color

#356e9f #9f6635

#356e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#356e9f Color CSS Codes

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

#356e9f Text Font Color

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

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


#356e9f Background Color

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

This div background color is #356e9f


#356e9f Border Color

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

This div border color is #356e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356e9f


Comments

No comments written yet.

Please login to write comment.