#292883

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

Shades of Midnight Blue #292883

Tints of Midnight Blue #292883

Color information

#292883 (or 0x292883) is unknown color: approx Midnight Blue. HEX triplet: 29, 28 and 83. RGB value is (41,40,131). Sum of RGB (Red+Green+Blue) = 41+40+131=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #292883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292883 is #D6D77C. Grayscale: #323232. Windows color (decimal): -14079869 or 8595497. OLE color: 8595497.

HSL color Cylindrical-coordinate representation of color #292883: hue angle of 240.66º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292883 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4140131-
CMYK0.690.6900.49
HSL240.66º53.22%33.53%-
HSV(B)240.66º69.47%51.37%-
XYZ5.773.6321.87-
YUV50.67173.33121.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 131 (51.56% from 255) = 61.79%
R=19.34%
G=18.87%
B=61.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41401310.690.6900.49240.6653.2233.53
Hex2928834545031f13522
Octal51502031051050613616542
Binary1010011010001000001110001011000101011000111110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292883; }

 p { color: rgb(41,40,131); }

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

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

 a { background-color: rgb(41,40,131); }

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

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

 span { border-color: rgb(41,40,131); }

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