Html Css Color HEX #29329D Egyptian Blue

📋 copy color: '#29329D'

red 41 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #29329D

Tints of Egyptian Blue #29329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.31%

R = 16.53%
G = 20.16%
B = 63.31%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29329D (or 0x29329D) is known color: Egyptian Blue. HEX triplet: 29, 32 and 9D. RGB value is (41,50,157). Sum of RGB (Red+Green+Blue) = 41+50+157=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #29329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29329D is #D6CD62. Grayscale: #3B3B3B. Windows color (decimal): -14077283 or 10301993. OLE color: 10301993.

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

Color convert

RGB 41 50 157 -
CMYK 0.74 0.68 0 0.38
HSL 235.34º 0.59% 0.39% -
HSV(B) 235.34º 0.74% 0.62% -
XYZ 8.14 5.19 32.47 -
YUV 59.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 41 50 157 0.74 0.68 0 0.38 235.34 0.59 0.39
Hex 29 32 9D 4A 44 0 26 EB 3B 27
Octal 51 62 235 112 104 0 46 353 73 47
Binary 101001 110010 10011101 1001010 1000100 0 100110 11101011 111011 100111

Color Harmonies of #29329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29329D

Black with #29329D

Text Example


Text Example

White with #29329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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