#29268D

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

Shades of Midnight Blue #29268D

Tints of Midnight Blue #29268D

Color information

#29268D (or 0x29268D) is unknown color: approx Midnight Blue. HEX triplet: 29, 26 and 8D. RGB value is (41,38,141). Sum of RGB (Red+Green+Blue) = 41+38+141=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #29268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29268D is #D6D972. Grayscale: #323232. Windows color (decimal): -14080371 or 9250345. OLE color: 9250345.

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

Color convert

RGB4138141-
CMYK0.710.7300.45
HSL241.75º57.54%35.1%-
HSV(B)241.75º73.05%55.29%-
XYZ6.423.7825.59-
YUV50.64178.99121.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=18.64%
G=17.27%
B=64.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41381410.710.7300.45241.7557.5435.1
Hex29268D474902Df23a23
Octal51462151071110553627243
Binary1010011001101000110110001111001001010110111110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29268D; }

 p { color: rgb(41,38,141); }

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

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

 a { background-color: rgb(41,38,141); }

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

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

 span { border-color: rgb(41,38,141); }

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