Color Hex Logo

#2b437d Color Hex

#2B437D
(43,67,125)
0 Favorites   0 Comments

Color spaces of #2b437d

RGB 4367125
HSL0.620.490.33
HSV222°66°49°
CMYK 0.660.460.00   0.51
XYZ6.70516.008620.2084
Yxy6.00860.20370.1825
Hunter Lab24.51245.9299-31.7208
CIE-Lab29.434210.7609-35.7482

#2b437d color RGB value is (43,67,125).

#2b437d hex color red value is 43, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #2b437d hue: 0.62 , saturation: 0.49 and the lightness value of 2b437d is 0.33.

The process color (four color CMYK) of #2b437d color hex is 0.66, 0.46, 0.00, 0.51. Web safe color of #2b437d is #333366. Color #2b437d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01000011 01111101
Octal 53 103 175
Decimal 43 67 125
Hex 2B 43 7D

RGB Percentages of Color #2b437d

%18.30
%28.51
%53.19

CMYK Percentages of Color #2b437d

%66
%46
%0
%51

Triadic Colors of #2b437d

#2b437d #7d2b43 #437d2b

Analogous Colors of #2b437d

#2b437d #3c2b7d #2b6c7d

Monochromatic Colors of #2b437d

#2b437d

Complementary Color

#2b437d #7d652b

#2b437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b437d Color CSS Codes

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

#2b437d Text Font Color

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

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


#2b437d Background Color

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

This div background color is #2b437d


#2b437d Border Color

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

This div border color is #2b437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b437d


Comments

No comments written yet.

Please login to write comment.