#292172

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

Shades of Midnight Blue #292172

Tints of Midnight Blue #292172

Color information

#292172 (or 0x292172) is unknown color: approx Midnight Blue. HEX triplet: 29, 21 and 72. RGB value is (41,33,114). Sum of RGB (Red+Green+Blue) = 41+33+114=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #292172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292172 is #D6DE8D. Grayscale: #2C2C2C. Windows color (decimal): -14081678 or 7479593. OLE color: 7479593.

HSL color Cylindrical-coordinate representation of color #292172: hue angle of 245.93º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #292172 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4133114-
CMYK0.640.7100.55
HSL245.93º55.1%28.82%-
HSV(B)245.93º71.05%44.71%-
XYZ4.52.7716.22-
YUV44.63167.15125.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=21.81%
G=17.55%
B=60.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41331140.640.7100.55245.9355.128.82
Hex2921724047037f6371d
Octal51411621001070673666735
Binary10100110000111100101000000100011101101111111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292172; }

 p { color: rgb(41,33,114); }

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

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

 a { background-color: rgb(41,33,114); }

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

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

 span { border-color: rgb(41,33,114); }

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