Html Css Color HEX #29379C Egyptian Blue

📋 copy color: '#29379C'

red 41 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #29379C

Tints of Egyptian Blue #29379C

RGB

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

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

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

R = 16.27%
G = 21.83%
B = 61.9%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29379C (or 0x29379C) is known color: Egyptian Blue. HEX triplet: 29, 37 and 9C. RGB value is (41,55,156). Sum of RGB (Red+Green+Blue) = 41+55+156=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #29379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29379C is #D6C863. Grayscale: #3D3D3D. Windows color (decimal): -14076004 or 10237737. OLE color: 10237737.

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

Color convert

RGB 41 55 156 -
CMYK 0.74 0.65 0 0.39
HSL 232.7º 0.58% 0.39% -
HSV(B) 232.7º 0.74% 0.61% -
XYZ 8.28 5.6 32.1 -
YUV 62.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 41 55 156 0.74 0.65 0 0.39 232.7 0.58 0.39
Hex 29 37 9C 4A 41 0 27 E9 3A 27
Octal 51 67 234 112 101 0 47 351 72 47
Binary 101001 110111 10011100 1001010 1000001 0 100111 11101001 111010 100111

Color Harmonies of #29379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29379C

Black with #29379C

Text Example


Text Example

White with #29379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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