Color Hex Logo

#2b395e Color Hex

#2B395E
(43,57,94)
0 Favorites   0 Comments

Color spaces of #2b395e

RGB 435794
HSL0.620.370.27
HSV224°54°37°
CMYK 0.540.390.00   0.63
XYZ4.47984.248011.1735
Yxy4.24800.22510.2135
Hunter Lab20.61072.7289-17.7149
CIE-Lab24.47496.1497-23.8510

#2b395e color RGB value is (43,57,94).

#2b395e hex color red value is 43, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2b395e hue: 0.62 , saturation: 0.37 and the lightness value of 2b395e is 0.27.

The process color (four color CMYK) of #2b395e color hex is 0.54, 0.39, 0.00, 0.63. Web safe color of #2b395e is #333366. Color #2b395e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00111001 01011110
Octal 53 71 136
Decimal 43 57 94
Hex 2B 39 5E

RGB Percentages of Color #2b395e

%22.16
%29.38
%48.45

CMYK Percentages of Color #2b395e

%54
%39
%0
%63

Triadic Colors of #2b395e

#2b395e #5e2b39 #395e2b

Analogous Colors of #2b395e

#2b395e #372b5e #2b535e

Monochromatic Colors of #2b395e

#2b395e

Complementary Color

#2b395e #5e502b

#2b395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b395e Color CSS Codes

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

#2b395e Text Font Color

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

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


#2b395e Background Color

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

This div background color is #2b395e


#2b395e Border Color

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

This div border color is #2b395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b395e

#2b395e Color Palettes


Comments

No comments written yet.

Please login to write comment.