Color Hex Logo

#35789b Color Hex

#35789B
(53,120,155)
0 Favorites   0 Comments

Color spaces of #35789b

RGB 53120155
HSL0.560.490.41
HSV201°66°61°
CMYK 0.660.230.00   0.39
XYZ14.101116.556433.4628
Yxy16.55640.21990.2582
Hunter Lab40.6896-9.3470-20.2770
CIE-Lab47.6962-9.8600-25.1470

#35789b color RGB value is (53,120,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 10011011
Octal 65 170 233
Decimal 53 120 155
Hex 35 78 9B

RGB Percentages of Color #35789b

%16.16
%36.59
%47.26

CMYK Percentages of Color #35789b

%66
%23
%0
%39

Triadic Colors of #35789b

#35789b #9b3578 #789b35

Analogous Colors of #35789b

#35789b #35459b #359b8b

Monochromatic Colors of #35789b

#35789b

Complementary Color

#35789b #9b5835

#35789b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35789b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35789b Color CSS Codes

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

#35789b Text Font Color

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

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


#35789b Background Color

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

This div background color is #35789b


#35789b Border Color

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

This div border color is #35789b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35789b


Comments

No comments written yet.

Please login to write comment.