Html Css Color HEX #29349C Egyptian Blue

📋 copy color: '#29349C'

red 41 ◦ green 52 ◦ blue 156

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

Shades of Egyptian Blue #29349C

Tints of Egyptian Blue #29349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 16.47%
G = 20.88%
B = 62.65%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29349C (or 0x29349C) is known color: Egyptian Blue. HEX triplet: 29, 34 and 9C. RGB value is (41,52,156). Sum of RGB (Red+Green+Blue) = 41+52+156=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #29349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29349C is #D6CB63. Grayscale: #3C3C3C. Windows color (decimal): -14076772 or 10236969. OLE color: 10236969.

HSL color Cylindrical-coordinate representation of color #29349C: hue angle of 234.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29349C is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 52 156 -
CMYK 0.74 0.67 0 0.39
HSL 234.26º 0.58% 0.39% -
HSV(B) 234.26º 0.74% 0.61% -
XYZ 8.14 5.33 32.05 -
YUV 60.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 41 52 156 0.74 0.67 0 0.39 234.26 0.58 0.39
Hex 29 34 9C 4A 43 0 27 EA 3A 27
Octal 51 64 234 112 103 0 47 352 72 47
Binary 101001 110100 10011100 1001010 1000011 0 100111 11101010 111010 100111

Color Harmonies of #29349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29349C

Black with #29349C

Text Example


Text Example

White with #29349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29349C; }

 p { color: rgb(41,52,156); }

 H1.HeaderClassName
 {
   color: #29349C;
 }
 .AnyTagClassName
 {
   color: #29349C;
 }
</style>

background-color css

<style>
 a { background-color: #29349C; }

 a { background-color: rgb(41,52,156); }

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

border-color css

<style>
 span { border-color: #29349C; }

 span { border-color: rgb(41,52,156); }

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