#29237C

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

Shades of Midnight Blue #29237C

Tints of Midnight Blue #29237C

Color information

#29237C (or 0x29237C) is unknown color: approx Midnight Blue. HEX triplet: 29, 23 and 7C. RGB value is (41,35,124). Sum of RGB (Red+Green+Blue) = 41+35+124=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #29237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29237C is #D6DC83. Grayscale: #2E2E2E. Windows color (decimal): -14081156 or 8135465. OLE color: 8135465.

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

Color convert

RGB4135124-
CMYK0.670.7200.51
HSL244.04º55.97%31.18%-
HSV(B)244.04º71.77%48.63%-
XYZ5.153.1319.4-
YUV46.94171.49123.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 124 (48.83% from 255) = 62%
R=20.5%
G=17.5%
B=62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41351240.670.7200.51244.0455.9731.18
Hex29237C4348033f4381f
Octal51431741031100633647037
Binary10100110001111111001000011100100001100111111010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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