Color Hex Logo

#2b498a Color Hex

#2B498A
(43,73,138)
0 Favorites   0 Comments

Color spaces of #2b498a

RGB 4373138
HSL0.610.520.35
HSV221°69°54°
CMYK 0.690.470.00   0.46
XYZ7.96627.113724.9980
Yxy7.11370.19880.1775
Hunter Lab26.67156.6389-36.8997
CIE-Lab32.064411.6396-39.5953

#2b498a color RGB value is (43,73,138).

#2b498a hex color red value is 43, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #2b498a hue: 0.61 , saturation: 0.52 and the lightness value of 2b498a is 0.35.

The process color (four color CMYK) of #2b498a color hex is 0.69, 0.47, 0.00, 0.46. Web safe color of #2b498a is #333399. Color #2b498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001001 10001010
Octal 53 111 212
Decimal 43 73 138
Hex 2B 49 8A

RGB Percentages of Color #2b498a

%16.93
%28.74
%54.33

CMYK Percentages of Color #2b498a

%69
%47
%0
%46

Triadic Colors of #2b498a

#2b498a #8a2b49 #498a2b

Analogous Colors of #2b498a

#2b498a #3d2b8a #2b798a

Monochromatic Colors of #2b498a

#2b498a

Complementary Color

#2b498a #8a6c2b

#2b498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b498a Color CSS Codes

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

#2b498a Text Font Color

<p style="color:#2b498a">Text here</p>

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


#2b498a Background Color

<div style="background-color:#2b498a">
Div content here</div>

This div background color is #2b498a


#2b498a Border Color

<div style="border:3px solid #2b498a">
Div here</div>

This div border color is #2b498a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,73,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b498a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b498a;
  -webkit-box-shadow: 1px 1px 3px 2px #2b498a;
  box-shadow:         1px 1px 3px 2px #2b498a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,73,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b498a


Comments

No comments written yet.

Please login to write comment.