Color Hex Logo

#35455b Color Hex

#35455B
(53,69,91)
0 Favorites   0 Comments

Color spaces of #35455b

RGB 536991
HSL0.600.260.28
HSV215°42°36°
CMYK 0.420.240.00   0.64
XYZ5.48465.768510.7219
Yxy5.76850.24960.2625
Hunter Lab24.0177-1.2693-9.6556
CIE-Lab28.82070.0213-15.0793

#35455b color RGB value is (53,69,91).

#35455b hex color red value is 53, green value is 69 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #35455b hue: 0.60 , saturation: 0.26 and the lightness value of 35455b is 0.28.

The process color (four color CMYK) of #35455b color hex is 0.42, 0.24, 0.00, 0.64. Web safe color of #35455b is #333366. Color #35455b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000101 01011011
Octal 65 105 133
Decimal 53 69 91
Hex 35 45 5B

RGB Percentages of Color #35455b

%24.88
%32.39
%42.72

CMYK Percentages of Color #35455b

%42
%24
%0
%64

Triadic Colors of #35455b

#35455b #5b3545 #455b35

Analogous Colors of #35455b

#35455b #38355b #35585b

Monochromatic Colors of #35455b

#35455b

Complementary Color

#35455b #5b4b35

#35455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35455b Color CSS Codes

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

#35455b Text Font Color

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

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


#35455b Background Color

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

This div background color is #35455b


#35455b Border Color

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

This div border color is #35455b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35455b


Comments

No comments written yet.

Please login to write comment.