Color Hex Logo

#35749b Color Hex

#35749B
(53,116,155)
0 Favorites   0 Comments

Color spaces of #35749b

RGB 53116155
HSL0.560.490.41
HSV203°66°61°
CMYK 0.660.250.00   0.39
XYZ13.630015.614233.3058
Yxy15.61420.21790.2496
Hunter Lab39.5148-7.5802-22.3133
CIE-Lab46.4642-7.5310-27.0597

#35749b color RGB value is (53,116,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 10011011
Octal 65 164 233
Decimal 53 116 155
Hex 35 74 9B

RGB Percentages of Color #35749b

%16.36
%35.80
%47.84

CMYK Percentages of Color #35749b

%66
%25
%0
%39

Triadic Colors of #35749b

#35749b #9b3574 #749b35

Analogous Colors of #35749b

#35749b #35419b #359b8f

Monochromatic Colors of #35749b

#35749b

Complementary Color

#35749b #9b5c35

#35749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35749b Color CSS Codes

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

#35749b Text Font Color

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

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


#35749b Background Color

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

This div background color is #35749b


#35749b Border Color

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

This div border color is #35749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35749b


Comments

No comments written yet.

Please login to write comment.