Color Hex Logo

#356499 Color Hex

#356499
(53,100,153)
0 Favorites   0 Comments

Color spaces of #356499

RGB 53100153
HSL0.590.490.40
HSV212°65°60°
CMYK 0.650.350.00   0.40
XYZ11.775112.171131.8656
Yxy12.17110.21100.2181
Hunter Lab34.8871-0.8051-29.7340
CIE-Lab41.48681.4681-33.6704

#356499 color RGB value is (53,100,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10011001
Octal 65 144 231
Decimal 53 100 153
Hex 35 64 99

RGB Percentages of Color #356499

%17.32
%32.68
%50.00

CMYK Percentages of Color #356499

%65
%35
%0
%40

Triadic Colors of #356499

#356499 #993564 #649935

Analogous Colors of #356499

#356499 #383599 #359699

Monochromatic Colors of #356499

#356499

Complementary Color

#356499 #996a35

#356499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356499 Color CSS Codes

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

#356499 Text Font Color

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

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


#356499 Background Color

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

This div background color is #356499


#356499 Border Color

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

This div border color is #356499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356499


Comments

No comments written yet.

Please login to write comment.