Html Css Color HEX #29269E Egyptian Blue

📋 copy color: '#29269E'

red 41 ◦ green 38 ◦ blue 158

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

Shades of Egyptian Blue #29269E

Tints of Egyptian Blue #29269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 17.3%
G = 16.03%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29269E (or 0x29269E) is known color: Egyptian Blue. HEX triplet: 29, 26 and 9E. RGB value is (41,38,158). Sum of RGB (Red+Green+Blue) = 41+38+158=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #29269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29269E is #D6D961. Grayscale: #343434. Windows color (decimal): -14080354 or 10364457. OLE color: 10364457.

HSL color Cylindrical-coordinate representation of color #29269E: hue angle of 241.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29269E is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 38 158 -
CMYK 0.74 0.76 0 0.38
HSL 241.5º 0.61% 0.38% -
HSV(B) 241.5º 0.76% 0.62% -
XYZ 7.78 4.33 32.77 -
YUV 52.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 41 38 158 0.74 0.76 0 0.38 241.5 0.61 0.38
Hex 29 26 9E 4A 4C 0 26 F2 3D 26
Octal 51 46 236 112 114 0 46 362 75 46
Binary 101001 100110 10011110 1001010 1001100 0 100110 11110010 111101 100110

Color Harmonies of #29269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29269E

Black with #29269E

Text Example


Text Example

White with #29269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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