#29227C

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

Shades of Midnight Blue #29227C

Tints of Midnight Blue #29227C

Color information

#29227C (or 0x29227C) is unknown color: approx Midnight Blue. HEX triplet: 29, 22 and 7C. RGB value is (41,34,124). Sum of RGB (Red+Green+Blue) = 41+34+124=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #29227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29227C is #D6DD83. Grayscale: #2E2E2E. Windows color (decimal): -14081412 or 8135209. OLE color: 8135209.

HSL color Cylindrical-coordinate representation of color #29227C: hue angle of 244.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29227C is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4134124-
CMYK0.670.7300.51
HSL244.67º56.96%30.98%-
HSV(B)244.67º72.58%48.63%-
XYZ5.123.0719.39-
YUV46.35171.82124.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=20.60%
G=17.09%
B=62.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41341240.670.7300.51244.6756.9630.98
Hex29227C4349033f5391f
Octal51421741031110633657137
Binary10100110001011111001000011100100101100111111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29227C; }

 p { color: rgb(41,34,124); }

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

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

 a { background-color: rgb(41,34,124); }

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

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

 span { border-color: rgb(41,34,124); }

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