Color Hex Logo

#35264b Color Hex

#35264B
(53,38,75)
0 Favorites   0 Comments

Color spaces of #35264b

RGB 533875
HSL0.730.330.22
HSV264°49°29°
CMYK 0.290.490.00   0.71
XYZ3.43132.65116.9875
Yxy2.65110.26250.2028
Hunter Lab16.28229.1231-14.0467
CIE-Lab18.588616.1618-20.4370

#35264b color RGB value is (53,38,75).

#35264b hex color red value is 53, green value is 38 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #35264b hue: 0.73 , saturation: 0.33 and the lightness value of 35264b is 0.22.

The process color (four color CMYK) of #35264b color hex is 0.29, 0.49, 0.00, 0.71. Web safe color of #35264b is #333333. Color #35264b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 01001011
Octal 65 46 113
Decimal 53 38 75
Hex 35 26 4B

RGB Percentages of Color #35264b

%31.93
%22.89
%45.18

CMYK Percentages of Color #35264b

%29
%49
%0
%71

Triadic Colors of #35264b

#35264b #4b3526 #264b35

Analogous Colors of #35264b

#35264b #48264b #262a4b

Monochromatic Colors of #35264b

#35264b

Complementary Color

#35264b #3c4b26

#35264b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35264b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35264b Color CSS Codes

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

#35264b Text Font Color

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

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


#35264b Background Color

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

This div background color is #35264b


#35264b Border Color

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

This div border color is #35264b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35264b


Comments

No comments written yet.

Please login to write comment.