#2A2686

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

Shades of Midnight Blue #2A2686

Tints of Midnight Blue #2A2686

Color information

#2A2686 (or 0x2A2686) is unknown color: approx Midnight Blue. HEX triplet: 2A, 26 and 86. RGB value is (42,38,134). Sum of RGB (Red+Green+Blue) = 42+38+134=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 38 (15.23% from 255 or 17.76% 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 #2A2686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2686 is #D5D979. Grayscale: #313131. Windows color (decimal): -14014842 or 8791594. OLE color: 8791594.

HSL color Cylindrical-coordinate representation of color #2A2686: hue angle of 242.5º degrees, saturation: 0.56, 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 #2A2686 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4238134-
CMYK0.690.7200.47
HSL242.5º55.81%33.73%-
HSV(B)242.5º71.64%52.55%-
XYZ5.953.622.94-
YUV50.14175.33122.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 134 (52.73% from 255) = 62.62%
R=19.63%
G=17.76%
B=62.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42381340.690.7200.47242.555.8133.73
Hex2A2686454802Ff23822
Octal52462061051100573627042
Binary1010101001101000011010001011001000010111111110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,134); }

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

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

 a { background-color: rgb(42,38,134); }

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

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

 span { border-color: rgb(42,38,134); }

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