Color Hex Logo

#35627a Color Hex

#35627A
(53,98,122)
0 Favorites   0 Comments

Color spaces of #35627a

RGB 5398122
HSL0.560.390.34
HSV201°57°48°
CMYK 0.570.200.00   0.52
XYZ9.348710.897420.0230
Yxy10.89740.23220.2706
Hunter Lab33.0112-7.2188-12.8546
CIE-Lab39.4071-8.0211-18.2034

#35627a color RGB value is (53,98,122).

#35627a hex color red value is 53, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #35627a hue: 0.56 , saturation: 0.39 and the lightness value of 35627a is 0.34.

The process color (four color CMYK) of #35627a color hex is 0.57, 0.20, 0.00, 0.52. Web safe color of #35627a is #336666. Color #35627a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01111010
Octal 65 142 172
Decimal 53 98 122
Hex 35 62 7A

RGB Percentages of Color #35627a

%19.41
%35.90
%44.69

CMYK Percentages of Color #35627a

%57
%20
%0
%52

Triadic Colors of #35627a

#35627a #7a3562 #627a35

Analogous Colors of #35627a

#35627a #353f7a #357a70

Monochromatic Colors of #35627a

#35627a

Complementary Color

#35627a #7a4d35

#35627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35627a Color CSS Codes

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

#35627a Text Font Color

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

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


#35627a Background Color

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

This div background color is #35627a


#35627a Border Color

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

This div border color is #35627a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,98,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35627a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35627a;
  -webkit-box-shadow: 1px 1px 3px 2px #35627a;
  box-shadow:         1px 1px 3px 2px #35627a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35627a


Comments

No comments written yet.

Please login to write comment.