#292685

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

Shades of Midnight Blue #292685

Tints of Midnight Blue #292685

Color information

#292685 (or 0x292685) is unknown color: approx Midnight Blue. HEX triplet: 29, 26 and 85. RGB value is (41,38,133). Sum of RGB (Red+Green+Blue) = 41+38+133=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #292685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292685 is #D6D97A. Grayscale: #313131. Windows color (decimal): -14080379 or 8726057. OLE color: 8726057.

HSL color Cylindrical-coordinate representation of color #292685: hue angle of 241.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292685 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4138133-
CMYK0.690.7100.48
HSL241.89º55.56%33.53%-
HSV(B)241.89º71.43%52.16%-
XYZ5.843.5522.57-
YUV49.73174.99121.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 133 (52.34% from 255) = 62.74%
R=19.34%
G=17.92%
B=62.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41381330.690.7100.48241.8955.5633.53
Hex2926854547030f23822
Octal51462051051070603627042
Binary1010011001101000010110001011000111011000011110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292685; }

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

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

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

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

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

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

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

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