Html Css Color HEX #29389D Egyptian Blue

📋 copy color: '#29389D'

red 41 ◦ green 56 ◦ blue 157

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

Shades of Egyptian Blue #29389D

Tints of Egyptian Blue #29389D

RGB

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

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

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

R = 16.14%
G = 22.05%
B = 61.81%

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

#29389D (or 0x29389D) is known color: Egyptian Blue. HEX triplet: 29, 38 and 9D. RGB value is (41,56,157). Sum of RGB (Red+Green+Blue) = 41+56+157=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #29389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29389D is #D6C762. Grayscale: #3E3E3E. Windows color (decimal): -14075747 or 10303529. OLE color: 10303529.

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

Color convert

RGB 41 56 157 -
CMYK 0.74 0.64 0 0.38
HSL 232.24º 0.59% 0.39% -
HSV(B) 232.24º 0.74% 0.62% -
XYZ 8.41 5.73 32.56 -
YUV 63.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 41 56 157 0.74 0.64 0 0.38 232.24 0.59 0.39
Hex 29 38 9D 4A 40 0 26 E8 3B 27
Octal 51 70 235 112 100 0 46 350 73 47
Binary 101001 111000 10011101 1001010 1000000 0 100110 11101000 111011 100111

Color Harmonies of #29389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29389D

Black with #29389D

Text Example


Text Example

White with #29389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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