#291E70

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

Shades of Midnight Blue #291E70

Tints of Midnight Blue #291E70

Color information

#291E70 (or 0x291E70) is unknown color: approx Midnight Blue. HEX triplet: 29, 1E and 70. RGB value is (41,30,112). Sum of RGB (Red+Green+Blue) = 41+30+112=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #291E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E70 is #D6E18F. Grayscale: #2A2A2A. Windows color (decimal): -14082448 or 7347753. OLE color: 7347753.

HSL color Cylindrical-coordinate representation of color #291E70: hue angle of 248.05º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291E70 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4130112-
CMYK0.630.7300.56
HSL248.05º57.75%27.84%-
HSV(B)248.05º73.21%43.92%-
XYZ4.32.5715.6-
YUV42.64167.14126.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=22.40%
G=16.39%
B=61.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41301120.630.7300.56248.0557.7527.84
Hex291E703F49038f83a1c
Octal5136160771110703707234
Binary101001111101110000111111100100101110001111100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E70; }

 p { color: rgb(41,30,112); }

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

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

 a { background-color: rgb(41,30,112); }

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

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

 span { border-color: rgb(41,30,112); }

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