#292480

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

Shades of Midnight Blue #292480

Tints of Midnight Blue #292480

Color information

#292480 (or 0x292480) is unknown color: approx Midnight Blue. HEX triplet: 29, 24 and 80. RGB value is (41,36,128). Sum of RGB (Red+Green+Blue) = 41+36+128=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #292480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292480 is #D6DB7F. Grayscale: #2F2F2F. Windows color (decimal): -14080896 or 8397865. OLE color: 8397865.

HSL color Cylindrical-coordinate representation of color #292480: hue angle of 243.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292480 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4136128-
CMYK0.680.7200.50
HSL243.26º56.1%32.16%-
HSV(B)243.26º71.88%50.2%-
XYZ5.443.2920.77-
YUV47.98173.16123.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 128 (50.39% from 255) = 62.44%
R=20%
G=17.56%
B=62.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41361280.680.7200.50243.2656.132.16
Hex2924804448032f33820
Octal51442001041100623637040
Binary1010011001001000000010001001001000011001011110011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292480; }

 p { color: rgb(41,36,128); }

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

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

 a { background-color: rgb(41,36,128); }

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

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

 span { border-color: rgb(41,36,128); }

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