#29267A

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

Shades of Midnight Blue #29267A

Tints of Midnight Blue #29267A

Color information

#29267A (or 0x29267A) is unknown color: approx Midnight Blue. HEX triplet: 29, 26 and 7A. RGB value is (41,38,122). Sum of RGB (Red+Green+Blue) = 41+38+122=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #29267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29267A is #D6D985. Grayscale: #303030. Windows color (decimal): -14080390 or 8005161. OLE color: 8005161.

HSL color Cylindrical-coordinate representation of color #29267A: hue angle of 242.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29267A is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4138122-
CMYK0.660.6900.52
HSL242.14º52.5%31.37%-
HSV(B)242.14º68.85%47.84%-
XYZ5.123.2618.77-
YUV48.47169.49122.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=20.40%
G=18.91%
B=60.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41381220.660.6900.52242.1452.531.37
Hex29267A4245034f2341f
Octal51461721021050643626437
Binary10100110011011110101000010100010101101001111001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29267A; }

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

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

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

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

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

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

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

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