Color Hex Logo

#35538a Color Hex

#35538A
(53,83,138)
0 Favorites   0 Comments

Color spaces of #35538a

RGB 5383138
HSL0.610.450.37
HSV219°62°54°
CMYK 0.620.400.00   0.46
XYZ9.14898.778425.2570
Yxy8.77840.21190.2033
Hunter Lab29.62843.2691-29.8025
CIE-Lab35.55416.9307-34.0001

#35538a color RGB value is (53,83,138).

#35538a hex color red value is 53, green value is 83 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #35538a hue: 0.61 , saturation: 0.45 and the lightness value of 35538a is 0.37.

The process color (four color CMYK) of #35538a color hex is 0.62, 0.40, 0.00, 0.46. Web safe color of #35538a is #336699. Color #35538a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 10001010
Octal 65 123 212
Decimal 53 83 138
Hex 35 53 8A

RGB Percentages of Color #35538a

%19.34
%30.29
%50.36

CMYK Percentages of Color #35538a

%62
%40
%0
%46

Triadic Colors of #35538a

#35538a #8a3553 #538a35

Analogous Colors of #35538a

#35538a #41358a #357e8a

Monochromatic Colors of #35538a

#35538a

Complementary Color

#35538a #8a6c35

#35538a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35538a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35538a Color CSS Codes

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

#35538a Text Font Color

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

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


#35538a Background Color

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

This div background color is #35538a


#35538a Border Color

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

This div border color is #35538a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35538a


Comments

No comments written yet.

Please login to write comment.