Html Css Color HEX #29329B Egyptian Blue

📋 copy color: '#29329B'

red 41 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #29329B

Tints of Egyptian Blue #29329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 16.67%
G = 20.33%
B = 63.01%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29329B (or 0x29329B) is known color: Egyptian Blue. HEX triplet: 29, 32 and 9B. RGB value is (41,50,155). Sum of RGB (Red+Green+Blue) = 41+50+155=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #29329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29329B is #D6CD64. Grayscale: #3A3A3A. Windows color (decimal): -14077285 or 10170921. OLE color: 10170921.

HSL color Cylindrical-coordinate representation of color #29329B: hue angle of 235.26º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29329B is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 50 155 -
CMYK 0.74 0.68 0 0.39
HSL 235.26º 0.58% 0.38% -
HSV(B) 235.26º 0.74% 0.61% -
XYZ 7.97 5.12 31.58 -
YUV 59.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 41 50 155 0.74 0.68 0 0.39 235.26 0.58 0.38
Hex 29 32 9B 4A 44 0 27 EB 3A 26
Octal 51 62 233 112 104 0 47 353 72 46
Binary 101001 110010 10011011 1001010 1000100 0 100111 11101011 111010 100110

Color Harmonies of #29329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29329B

Black with #29329B

Text Example


Text Example

White with #29329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29329B; }

 p { color: rgb(41,50,155); }

 H1.HeaderClassName
 {
   color: #29329B;
 }
 .AnyTagClassName
 {
   color: #29329B;
 }
</style>

background-color css

<style>
 a { background-color: #29329B; }

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

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

border-color css

<style>
 span { border-color: #29329B; }

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

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