Color Hex Logo

#2b396d Color Hex

#2B396D
(43,57,109)
0 Favorites   0 Comments

Color spaces of #2b396d

RGB 4357109
HSL0.630.430.30
HSV227°61°43°
CMYK 0.610.480.00   0.57
XYZ5.21974.544015.0700
Yxy4.54400.21020.1830
Hunter Lab21.31676.4042-26.9939
CIE-Lab25.394011.6295-32.0851

#2b396d color RGB value is (43,57,109).

#2b396d hex color red value is 43, green value is 57 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2b396d hue: 0.63 , saturation: 0.43 and the lightness value of 2b396d is 0.30.

The process color (four color CMYK) of #2b396d color hex is 0.61, 0.48, 0.00, 0.57. Web safe color of #2b396d is #333366. Color #2b396d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00111001 01101101
Octal 53 71 155
Decimal 43 57 109
Hex 2B 39 6D

RGB Percentages of Color #2b396d

%20.57
%27.27
%52.15

CMYK Percentages of Color #2b396d

%61
%48
%0
%57

Triadic Colors of #2b396d

#2b396d #6d2b39 #396d2b

Analogous Colors of #2b396d

#2b396d #3e2b6d #2b5a6d

Monochromatic Colors of #2b396d

#2b396d

Complementary Color

#2b396d #6d5f2b

#2b396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b396d Color CSS Codes

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

#2b396d Text Font Color

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

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


#2b396d Background Color

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

This div background color is #2b396d


#2b396d Border Color

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

This div border color is #2b396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b396d


Comments

No comments written yet.

Please login to write comment.