Color Hex Logo

#356298 Color Hex

#356298
(53,98,152)
0 Favorites   0 Comments

Color spaces of #356298

RGB 5398152
HSL0.590.480.40
HSV213°65°60°
CMYK 0.650.360.00   0.40
XYZ11.503411.759231.3692
Yxy11.75920.21060.2152
Hunter Lab34.2917-0.1313-30.2329
CIE-Lab40.83082.3634-34.1082

#356298 color RGB value is (53,98,152).

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

The process color (four color CMYK) of #356298 color hex is 0.65, 0.36, 0.00, 0.40. Web safe color of #356298 is #336699. Color #356298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 10011000
Octal 65 142 230
Decimal 53 98 152
Hex 35 62 98

RGB Percentages of Color #356298

%17.49
%32.34
%50.17

CMYK Percentages of Color #356298

%65
%36
%0
%40

Triadic Colors of #356298

#356298 #983562 #629835

Analogous Colors of #356298

#356298 #393598 #359498

Monochromatic Colors of #356298

#356298

Complementary Color

#356298 #986b35

#356298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356298 Color CSS Codes

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

#356298 Text Font Color

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

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


#356298 Background Color

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

This div background color is #356298


#356298 Border Color

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

This div border color is #356298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356298


Comments

No comments written yet.

Please login to write comment.