#292075

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

Shades of Midnight Blue #292075

Tints of Midnight Blue #292075

Color information

#292075 (or 0x292075) is unknown color: approx Midnight Blue. HEX triplet: 29, 20 and 75. RGB value is (41,32,117). Sum of RGB (Red+Green+Blue) = 41+32+117=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #292075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292075 is #D6DF8A. Grayscale: #2C2C2C. Windows color (decimal): -14081931 or 7675945. OLE color: 7675945.

HSL color Cylindrical-coordinate representation of color #292075: hue angle of 246.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292075 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4132117-
CMYK0.650.7300.54
HSL246.35º57.05%29.22%-
HSV(B)246.35º72.65%45.88%-
XYZ4.642.7917.12-
YUV44.38168.98125.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=21.58%
G=16.84%
B=61.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41321170.650.7300.54246.3557.0529.22
Hex2920754149036f6391d
Octal51401651011110663667135
Binary10100110000011101011000001100100101101101111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292075; }

 p { color: rgb(41,32,117); }

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

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

 a { background-color: rgb(41,32,117); }

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

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

 span { border-color: rgb(41,32,117); }

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