Color Hex Logo

#35568b Color Hex

#35568B
(53,86,139)
0 Favorites   0 Comments

Color spaces of #35568b

RGB 5386139
HSL0.600.450.38
HSV217°62°55°
CMYK 0.620.380.00   0.45
XYZ9.45629.276525.7183
Yxy9.27650.21270.2087
Hunter Lab30.45732.1192-28.7446
CIE-Lab36.51135.3422-33.0933

#35568b color RGB value is (53,86,139).

#35568b hex color red value is 53, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #35568b hue: 0.60 , saturation: 0.45 and the lightness value of 35568b is 0.38.

The process color (four color CMYK) of #35568b color hex is 0.62, 0.38, 0.00, 0.45. Web safe color of #35568b is #336699. Color #35568b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 10001011
Octal 65 126 213
Decimal 53 86 139
Hex 35 56 8B

RGB Percentages of Color #35568b

%19.06
%30.94
%50.00

CMYK Percentages of Color #35568b

%62
%38
%0
%45

Triadic Colors of #35568b

#35568b #8b3556 #568b35

Analogous Colors of #35568b

#35568b #3f358b #35818b

Monochromatic Colors of #35568b

#35568b

Complementary Color

#35568b #8b6a35

#35568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35568b Color CSS Codes

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

#35568b Text Font Color

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

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


#35568b Background Color

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

This div background color is #35568b


#35568b Border Color

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

This div border color is #35568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35568b


Comments

No comments written yet.

Please login to write comment.