Color Hex Logo

#2b4e69 Color Hex

#2B4E69
(43,78,105)
0 Favorites   0 Comments

Color spaces of #2b4e69

RGB 4378105
HSL0.570.420.29
HSV206°59°41°
CMYK 0.590.260.00   0.59
XYZ6.27056.982314.3818
Yxy6.98230.22690.2527
Hunter Lab26.4240-3.8835-13.7729
CIE-Lab31.7666-3.8564-19.4985

#2b4e69 color RGB value is (43,78,105).

#2b4e69 hex color red value is 43, green value is 78 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #2b4e69 hue: 0.57 , saturation: 0.42 and the lightness value of 2b4e69 is 0.29.

The process color (four color CMYK) of #2b4e69 color hex is 0.59, 0.26, 0.00, 0.59. Web safe color of #2b4e69 is #336666. Color #2b4e69 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001110 01101001
Octal 53 116 151
Decimal 43 78 105
Hex 2B 4E 69

RGB Percentages of Color #2b4e69

%19.03
%34.51
%46.46

CMYK Percentages of Color #2b4e69

%59
%26
%0
%59

Triadic Colors of #2b4e69

#2b4e69 #692b4e #4e692b

Analogous Colors of #2b4e69

#2b4e69 #2b2f69 #2b6965

Monochromatic Colors of #2b4e69

#2b4e69

Complementary Color

#2b4e69 #69462b

#2b4e69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4e69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4e69 Color CSS Codes

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

#2b4e69 Text Font Color

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

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


#2b4e69 Background Color

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

This div background color is #2b4e69


#2b4e69 Border Color

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

This div border color is #2b4e69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4e69


Comments

No comments written yet.

Please login to write comment.