Html Css Color HEX #29268C Midnight Blue

📋 copy color: '#29268C'

red 41 ◦ green 38 ◦ blue 140

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

Shades of Midnight Blue #29268C

Tints of Midnight Blue #29268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 18.72%
G = 17.35%
B = 63.93%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29268C (or 0x29268C) is known color: Midnight Blue. HEX triplet: 29, 26 and 8C. RGB value is (41,38,140). Sum of RGB (Red+Green+Blue) = 41+38+140=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #29268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29268C is #D6D973. Grayscale: #323232. Windows color (decimal): -14080372 or 9184809. OLE color: 9184809.

HSL color Cylindrical-coordinate representation of color #29268C: hue angle of 241.76º degrees, saturation: 0.57, 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 #29268C is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 38 140 -
CMYK 0.71 0.73 0 0.45
HSL 241.76º 0.57% 0.35% -
HSV(B) 241.76º 0.73% 0.55% -
XYZ 6.34 3.75 25.2 -
YUV 50.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 41 38 140 0.71 0.73 0 0.45 241.76 0.57 0.35
Hex 29 26 8C 47 49 0 2D F2 39 23
Octal 51 46 214 107 111 0 55 362 71 43
Binary 101001 100110 10001100 1000111 1001001 0 101101 11110010 111001 100011

Color Harmonies of #29268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29268C

Black with #29268C

Text Example


Text Example

White with #29268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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