#2A2782

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

Shades of Midnight Blue #2A2782

Tints of Midnight Blue #2A2782

Color information

#2A2782 (or 0x2A2782) is unknown color: approx Midnight Blue. HEX triplet: 2A, 27 and 82. RGB value is (42,39,130). Sum of RGB (Red+Green+Blue) = 42+39+130=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A2782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2782 is #D5D87D. Grayscale: #313131. Windows color (decimal): -14014590 or 8529706. OLE color: 8529706.

HSL color Cylindrical-coordinate representation of color #2A2782: hue angle of 241.98º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A2782 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4239130-
CMYK0.680.7000.49
HSL241.98º53.85%33.14%-
HSV(B)241.98º70%50.98%-
XYZ5.713.5521.5-
YUV50.27172.99122.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 130 (51.17% from 255) = 61.61%
R=19.91%
G=18.48%
B=61.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42391300.680.7000.49241.9853.8533.14
Hex2A27824446031f23621
Octal52472021041060613626641
Binary1010101001111000001010001001000110011000111110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,39,130); }

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

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

 a { background-color: rgb(42,39,130); }

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

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

 span { border-color: rgb(42,39,130); }

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