#2A2486

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

Shades of Midnight Blue #2A2486

Tints of Midnight Blue #2A2486

Color information

#2A2486 (or 0x2A2486) is unknown color: approx Midnight Blue. HEX triplet: 2A, 24 and 86. RGB value is (42,36,134). Sum of RGB (Red+Green+Blue) = 42+36+134=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #2A2486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2486 is #D5DB79. Grayscale: #303030. Windows color (decimal): -14015354 or 8791082. OLE color: 8791082.

HSL color Cylindrical-coordinate representation of color #2A2486: hue angle of 243.67º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A2486 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4236134-
CMYK0.690.7300.47
HSL243.67º57.65%33.33%-
HSV(B)243.67º73.13%52.55%-
XYZ5.893.4822.91-
YUV48.97175.99123.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 134 (52.73% from 255) = 63.21%
R=19.81%
G=16.98%
B=63.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42361340.690.7300.47243.6757.6533.33
Hex2A2486454902Ff43a21
Octal52442061051110573647241
Binary1010101001001000011010001011001001010111111110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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