#292682

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

Shades of Midnight Blue #292682

Tints of Midnight Blue #292682

Color information

#292682 (or 0x292682) is unknown color: approx Midnight Blue. HEX triplet: 29, 26 and 82. RGB value is (41,38,130). Sum of RGB (Red+Green+Blue) = 41+38+130=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #292682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292682 is #D6D97D. Grayscale: #313131. Windows color (decimal): -14080382 or 8529449. OLE color: 8529449.

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

Color convert

RGB4138130-
CMYK0.680.7100.49
HSL241.96º54.76%32.94%-
HSV(B)241.96º70.77%50.98%-
XYZ5.643.4721.49-
YUV49.38173.49122.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=19.62%
G=18.18%
B=62.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41381300.680.7100.49241.9654.7632.94
Hex2926824447031f23721
Octal51462021041070613626741
Binary1010011001101000001010001001000111011000111110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292682; }

 p { color: rgb(41,38,130); }

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

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

 a { background-color: rgb(41,38,130); }

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

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

 span { border-color: rgb(41,38,130); }

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