#2B2689

Color #2B2689 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #2B2689

Tints of Midnight Blue #2B2689

Color information

#2B2689 (or 0x2B2689) is unknown color: approx Midnight Blue. HEX triplet: 2B, 26 and 89. RGB value is (43,38,137). Sum of RGB (Red+Green+Blue) = 43+38+137=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B2689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2689 is #D4D976. Grayscale: #323232. Windows color (decimal): -13949303 or 8988203. OLE color: 8988203.

HSL color Cylindrical-coordinate representation of color #2B2689: hue angle of 243.03º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2689 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4338137-
CMYK0.690.7200.46
HSL243.03º56.57%34.31%-
HSV(B)243.03º72.26%53.73%-
XYZ6.23.7124.06-
YUV50.78176.66122.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=19.72%
G=17.43%
B=62.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43381370.690.7200.46243.0356.5734.31
Hex2B2689454802Ef33922
Octal53462111051100563637142
Binary1010111001101000100110001011001000010111011110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2689; }

 p { color: rgb(43,38,137); }

 H1.HeaderClassName
 {
   color: #2B2689;
 }
 .AnyTagClassName
 {
   color: #2B2689;
 }
</style>
background-color css

<style>
 a { background-color: #2B2689; }

 a { background-color: rgb(43,38,137); }

 div.DivClassName
 {
   background-color: #2B2689;
 }
 .BgClassName
 {
   background-color: #2B2689;
 }
</style>
border-color css

<style>
 span { border-color: #2B2689; }

 span { border-color: rgb(43,38,137); }

 td.TdClassName
 {
   border-color: #2B2689;
 }
 .TagClassName
 {
   border-color: #2B2689;
 }
</style>