Color Hex Logo

#2b4089 Color Hex

#2B4089
(43,64,137)
0 Favorites   0 Comments

Color spaces of #2b4089

RGB 4364137
HSL0.630.520.35
HSV227°69°54°
CMYK 0.690.530.00   0.46
XYZ7.34505.986524.4353
Yxy5.98650.19450.1585
Hunter Lab24.467310.7672-42.0853
CIE-Lab29.378417.3749-43.3005

#2b4089 color RGB value is (43,64,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01000000 10001001
Octal 53 100 211
Decimal 43 64 137
Hex 2B 40 89

RGB Percentages of Color #2b4089

%17.62
%26.23
%56.15

CMYK Percentages of Color #2b4089

%69
%53
%0
%46

Triadic Colors of #2b4089

#2b4089 #892b40 #40892b

Analogous Colors of #2b4089

#2b4089 #452b89 #2b6f89

Monochromatic Colors of #2b4089

#2b4089

Complementary Color

#2b4089 #89742b

#2b4089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4089 Color CSS Codes

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

#2b4089 Text Font Color

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

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


#2b4089 Background Color

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

This div background color is #2b4089


#2b4089 Border Color

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

This div border color is #2b4089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4089


Comments

No comments written yet.

Please login to write comment.