Color Hex Logo

#355099 Color Hex

#355099
(53,80,153)
0 Favorites   0 Comments

Color spaces of #355099

RGB 5380153
HSL0.620.490.40
HSV224°65°60°
CMYK 0.650.480.00   0.40
XYZ10.08668.794131.3028
Yxy8.79410.20100.1752
Hunter Lab29.65488.8178-41.8264
CIE-Lab35.584814.3738-43.0598

#355099 color RGB value is (53,80,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 10011001
Octal 65 120 231
Decimal 53 80 153
Hex 35 50 99

RGB Percentages of Color #355099

%18.53
%27.97
%53.50

CMYK Percentages of Color #355099

%65
%48
%0
%40

Triadic Colors of #355099

#355099 #993550 #509935

Analogous Colors of #355099

#355099 #4c3599 #358299

Monochromatic Colors of #355099

#355099

Complementary Color

#355099 #997e35

#355099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355099 Color CSS Codes

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

#355099 Text Font Color

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

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


#355099 Background Color

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

This div background color is #355099


#355099 Border Color

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

This div border color is #355099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,80,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 #355099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355099


Comments

No comments written yet.

Please login to write comment.