Color Hex Logo

#35649b Color Hex

#35649B
(53,100,155)
0 Favorites   0 Comments

Color spaces of #35649b

RGB 53100155
HSL0.590.490.41
HSV212°66°61°
CMYK 0.660.350.00   0.39
XYZ11.941812.237832.7431
Yxy12.23780.20980.2150
Hunter Lab34.9826-0.2860-31.0067
CIE-Lab41.59162.1870-34.6975

#35649b color RGB value is (53,100,155).

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

The process color (four color CMYK) of #35649b color hex is 0.66, 0.35, 0.00, 0.39. Web safe color of #35649b is #336699. Color #35649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10011011
Octal 65 144 233
Decimal 53 100 155
Hex 35 64 9B

RGB Percentages of Color #35649b

%17.21
%32.47
%50.32

CMYK Percentages of Color #35649b

%66
%35
%0
%39

Triadic Colors of #35649b

#35649b #9b3564 #649b35

Analogous Colors of #35649b

#35649b #39359b #35979b

Monochromatic Colors of #35649b

#35649b

Complementary Color

#35649b #9b6c35

#35649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35649b Color CSS Codes

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

#35649b Text Font Color

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

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


#35649b Background Color

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

This div background color is #35649b


#35649b Border Color

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

This div border color is #35649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35649b


Comments

No comments written yet.

Please login to write comment.