Html Css Color HEX #29429F Egyptian Blue

📋 copy color: '#29429F'

red 41 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #29429F

Tints of Egyptian Blue #29429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 15.41%
G = 24.81%
B = 59.77%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29429F (or 0x29429F) is known color: Egyptian Blue. HEX triplet: 29, 42 and 9F. RGB value is (41,66,159). Sum of RGB (Red+Green+Blue) = 41+66+159=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #29429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29429F is #D6BD60. Grayscale: #444444. Windows color (decimal): -14073185 or 10437161. OLE color: 10437161.

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

Color convert

RGB 41 66 159 -
CMYK 0.74 0.58 0 0.38
HSL 227.29º 0.59% 0.39% -
HSV(B) 227.29º 0.74% 0.62% -
XYZ 9.12 6.87 33.65 -
YUV 69.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 41 66 159 0.74 0.58 0 0.38 227.29 0.59 0.39
Hex 29 42 9F 4A 3A 0 26 E3 3B 27
Octal 51 102 237 112 72 0 46 343 73 47
Binary 101001 1000010 10011111 1001010 111010 0 100110 11100011 111011 100111

Color Harmonies of #29429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29429F

Black with #29429F

Text Example


Text Example

White with #29429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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