#29238a

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

Shades of Midnight Blue #29238A

Tints of Midnight Blue #29238A

Color information

#29238A (or 0x29238A) is unknown color: approx Midnight Blue. HEX triplet: 29, 23 and 8A. RGB value is (41,35,138). Sum of RGB (Red+Green+Blue) = 41+35+138=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #29238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29238A is #D6DC75. Grayscale: #303030. Windows color (decimal): -14081142 or 9052969. OLE color: 9052969.

HSL color Cylindrical-coordinate representation of color #29238A: hue angle of 243.5º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29238A is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4135138-
CMYK0.700.7500.46
HSL243.5º59.54%33.92%-
HSV(B)243.5º74.64%54.12%-
XYZ6.13.5124.4-
YUV48.54178.49122.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 138 (54.30% from 255) = 64.49%
R=19.16%
G=16.36%
B=64.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41351380.700.7500.46243.559.5433.92
Hex29238A464B02Ef33c22
Octal51432121061130563637442
Binary1010011000111000101010001101001011010111011110011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29238a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29238a; }

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

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

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

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

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

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

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

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