Html Css Color HEX #29389F Egyptian Blue

📋 copy color: '#29389F'

red 41 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #29389F

Tints of Egyptian Blue #29389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 16.02%
G = 21.88%
B = 62.11%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29389F (or 0x29389F) is known color: Egyptian Blue. HEX triplet: 29, 38 and 9F. RGB value is (41,56,159). Sum of RGB (Red+Green+Blue) = 41+56+159=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #29389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29389F is #D6C760. Grayscale: #3E3E3E. Windows color (decimal): -14075745 or 10434601. OLE color: 10434601.

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

Color convert

RGB 41 56 159 -
CMYK 0.74 0.65 0 0.38
HSL 232.37º 0.59% 0.39% -
HSV(B) 232.37º 0.74% 0.62% -
XYZ 8.59 5.8 33.47 -
YUV 63.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 41 56 159 0.74 0.65 0 0.38 232.37 0.59 0.39
Hex 29 38 9F 4A 41 0 26 E8 3B 27
Octal 51 70 237 112 101 0 46 350 73 47
Binary 101001 111000 10011111 1001010 1000001 0 100110 11101000 111011 100111

Color Harmonies of #29389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29389F

Black with #29389F

Text Example


Text Example

White with #29389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29389F; }

 p { color: rgb(41,56,159); }

 H1.HeaderClassName
 {
   color: #29389F;
 }
 .AnyTagClassName
 {
   color: #29389F;
 }
</style>

background-color css

<style>
 a { background-color: #29389F; }

 a { background-color: rgb(41,56,159); }

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

border-color css

<style>
 span { border-color: #29389F; }

 span { border-color: rgb(41,56,159); }

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