#2B2586

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

Shades of Midnight Blue #2B2586

Tints of Midnight Blue #2B2586

Color information

#2B2586 (or 0x2B2586) is unknown color: approx Midnight Blue. HEX triplet: 2B, 25 and 86. RGB value is (43,37,134). Sum of RGB (Red+Green+Blue) = 43+37+134=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B2586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2586 is #D4DA79. Grayscale: #313131. Windows color (decimal): -13949562 or 8791339. OLE color: 8791339.

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

Color convert

RGB4337134-
CMYK0.680.7200.47
HSL243.71º56.73%33.53%-
HSV(B)243.71º72.39%52.55%-
XYZ5.963.5622.93-
YUV49.85175.49123.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=20.09%
G=17.29%
B=62.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43371340.680.7200.47243.7156.7333.53
Hex2B2586444802Ff43922
Octal53452061041100573647142
Binary1010111001011000011010001001001000010111111110100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,134); }

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

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

 a { background-color: rgb(43,37,134); }

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

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

 span { border-color: rgb(43,37,134); }

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