Color Hex Logo

#35536b Color Hex

#35536B
(53,83,107)
0 Favorites   0 Comments

Color spaces of #35536b

RGB 5383107
HSL0.570.340.31
HSV207°50°42°
CMYK 0.500.220.00   0.58
XYZ7.21538.004915.0747
Yxy8.00490.23820.2642
Hunter Lab28.2929-3.9913-11.7851
CIE-Lab33.9931-3.7771-17.2699

#35536b color RGB value is (53,83,107).

#35536b hex color red value is 53, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #35536b hue: 0.57 , saturation: 0.34 and the lightness value of 35536b is 0.31.

The process color (four color CMYK) of #35536b color hex is 0.50, 0.22, 0.00, 0.58. Web safe color of #35536b is #336666. Color #35536b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 01101011
Octal 65 123 153
Decimal 53 83 107
Hex 35 53 6B

RGB Percentages of Color #35536b

%21.81
%34.16
%44.03

CMYK Percentages of Color #35536b

%50
%22
%0
%58

Triadic Colors of #35536b

#35536b #6b3553 #536b35

Analogous Colors of #35536b

#35536b #35386b #356b68

Monochromatic Colors of #35536b

#35536b

Complementary Color

#35536b #6b4d35

#35536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35536b Color CSS Codes

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

#35536b Text Font Color

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

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


#35536b Background Color

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

This div background color is #35536b


#35536b Border Color

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

This div border color is #35536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35536b

#35536b Color Palettes


Comments

No comments written yet.

Please login to write comment.