Color Hex Logo

#28539b Color Hex

#28539B
(40,83,155)
0 Favorites   0 Comments

Color spaces of #28539b

RGB 4083155
HSL0.600.590.38
HSV218°74°61°
CMYK 0.740.460.00   0.39
XYZ9.88479.004232.2273
Yxy9.00420.19340.1762
Hunter Lab30.00706.2880-42.6721
CIE-Lab35.992411.0269-43.6440

#28539b color RGB value is (40,83,155).

#28539b hex color red value is 40, green value is 83 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #28539b hue: 0.60 , saturation: 0.59 and the lightness value of 28539b is 0.38.

The process color (four color CMYK) of #28539b color hex is 0.74, 0.46, 0.00, 0.39. Web safe color of #28539b is #336699. Color #28539b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010011 10011011
Octal 50 123 233
Decimal 40 83 155
Hex 28 53 9B

RGB Percentages of Color #28539b

%14.39
%29.86
%55.76

CMYK Percentages of Color #28539b

%74
%46
%0
%39

Triadic Colors of #28539b

#28539b #9b2853 #539b28

Analogous Colors of #28539b

#28539b #37289b #288d9b

Monochromatic Colors of #28539b

#28539b

Complementary Color

#28539b #9b7028

#28539b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28539b Color Preview on White Background

Lorem ipsum dolor sit amet.

#28539b Color CSS Codes

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

#28539b Text Font Color

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

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


#28539b Background Color

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

This div background color is #28539b


#28539b Border Color

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

This div border color is #28539b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28539b


Comments

No comments written yet.

Please login to write comment.