Html Css Color HEX #29297C Midnight Blue

📋 copy color: '#29297C'

red 41 ◦ green 41 ◦ blue 124

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

Shades of Midnight Blue #29297C

Tints of Midnight Blue #29297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 19.9%
G = 19.9%
B = 60.19%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29297C (or 0x29297C) is known color: Midnight Blue. HEX triplet: 29, 29 and 7C. RGB value is (41,41,124). Sum of RGB (Red+Green+Blue) = 41+41+124=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #29297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29297C is #D6D683. Grayscale: #323232. Windows color (decimal): -14079620 or 8137001. OLE color: 8137001.

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

Color convert

RGB 41 41 124 -
CMYK 0.67 0.67 0 0.51
HSL 240º 0.5% 0.32% -
HSV(B) 240º 0.67% 0.49% -
XYZ 5.35 3.51 19.47 -
YUV 50.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 41 41 124 0.67 0.67 0 0.51 240 0.5 0.32
Hex 29 29 7C 43 43 0 33 F0 32 20
Octal 51 51 174 103 103 0 63 360 62 40
Binary 101001 101001 1111100 1000011 1000011 0 110011 11110000 110010 100000

Color Harmonies of #29297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29297C

Black with #29297C

Text Example


Text Example

White with #29297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29297C;
 }
 .AnyTagClassName
 {
   color: #29297C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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