Html Css Color HEX #29287E Midnight Blue

📋 copy color: '#29287E'

red 41 ◦ green 40 ◦ blue 126

#29287E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #29287E

Tints of Midnight Blue #29287E

RGB

 RED value IS 41 (16.41% from 255) = 19.81%

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 19.81%
G = 19.32%
B = 60.87%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29287E (or 0x29287E) is known color: Midnight Blue. HEX triplet: 29, 28 and 7E. RGB value is (41,40,126). Sum of RGB (Red+Green+Blue) = 41+40+126=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #29287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29287E is #D6D781. Grayscale: #313131. Windows color (decimal): -14079874 or 8267817. OLE color: 8267817.

HSL color Cylindrical-coordinate representation of color #29287E: hue angle of 240.7º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29287E is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 40 126 -
CMYK 0.67 0.68 0 0.51
HSL 240.7º 0.52% 0.33% -
HSV(B) 240.7º 0.68% 0.49% -
XYZ 5.44 3.5 20.13 -
YUV 50.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 41 40 126 0.67 0.68 0 0.51 240.7 0.52 0.33
Hex 29 28 7E 43 44 0 33 F1 34 21
Octal 51 50 176 103 104 0 63 361 64 41
Binary 101001 101000 1111110 1000011 1000100 0 110011 11110001 110100 100001

Color Harmonies of #29287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29287E

Black with #29287E

Text Example


Text Example

White with #29287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29287E; }

 p { color: rgb(41,40,126); }

 H1.HeaderClassName
 {
   color: #29287E;
 }
 .AnyTagClassName
 {
   color: #29287E;
 }
</style>

background-color css

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

 a { background-color: rgb(41,40,126); }

 div.DivClassName
 {
   background-color: #29287E;
 }
 .BgClassName
 {
   background-color: #29287E;
 }
</style>

border-color css

<style>
 span { border-color: #29287E; }

 span { border-color: rgb(41,40,126); }

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