Html Css Color HEX #29399E Egyptian Blue

📋 copy color: '#29399E'

red 41 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #29399E

Tints of Egyptian Blue #29399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

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

R = 16.02%
G = 22.27%
B = 61.72%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29399E (or 0x29399E) is known color: Egyptian Blue. HEX triplet: 29, 39 and 9E. RGB value is (41,57,158). Sum of RGB (Red+Green+Blue) = 41+57+158=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #29399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29399E is #D6C661. Grayscale: #3F3F3F. Windows color (decimal): -14075490 or 10369321. OLE color: 10369321.

HSL color Cylindrical-coordinate representation of color #29399E: hue angle of 231.79º 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 #29399E is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 57 158 -
CMYK 0.74 0.64 0 0.38
HSL 231.79º 0.59% 0.39% -
HSV(B) 231.79º 0.74% 0.62% -
XYZ 8.55 5.87 33.03 -
YUV 63.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 41 57 158 0.74 0.64 0 0.38 231.79 0.59 0.39
Hex 29 39 9E 4A 40 0 26 E8 3B 27
Octal 51 71 236 112 100 0 46 350 73 47
Binary 101001 111001 10011110 1001010 1000000 0 100110 11101000 111011 100111

Color Harmonies of #29399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29399E

Black with #29399E

Text Example


Text Example

White with #29399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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