Html Css Color HEX #29379F Egyptian Blue

📋 copy color: '#29379F'

red 41 ◦ green 55 ◦ blue 159

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

Shades of Egyptian Blue #29379F

Tints of Egyptian Blue #29379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 16.08%
G = 21.57%
B = 62.35%

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

#29379F (or 0x29379F) is known color: Egyptian Blue. HEX triplet: 29, 37 and 9F. RGB value is (41,55,159). Sum of RGB (Red+Green+Blue) = 41+55+159=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #29379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29379F is #D6C860. Grayscale: #3E3E3E. Windows color (decimal): -14076001 or 10434345. OLE color: 10434345.

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

Color convert

RGB 41 55 159 -
CMYK 0.74 0.65 0 0.38
HSL 232.88º 0.59% 0.39% -
HSV(B) 232.88º 0.74% 0.62% -
XYZ 8.54 5.71 33.45 -
YUV 62.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 41 55 159 0.74 0.65 0 0.38 232.88 0.59 0.39
Hex 29 37 9F 4A 41 0 26 E9 3B 27
Octal 51 67 237 112 101 0 46 351 73 47
Binary 101001 110111 10011111 1001010 1000001 0 100110 11101001 111011 100111

Color Harmonies of #29379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29379F

Black with #29379F

Text Example


Text Example

White with #29379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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