Html Css Color HEX #292C99 Egyptian Blue

📋 copy color: '#292C99'

red 41 ◦ green 44 ◦ blue 153

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

Shades of Egyptian Blue #292C99

Tints of Egyptian Blue #292C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 17.23%
G = 18.49%
B = 64.29%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#292C99 (or 0x292C99) is known color: Egyptian Blue. HEX triplet: 29, 2C and 99. RGB value is (41,44,153). Sum of RGB (Red+Green+Blue) = 41+44+153=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #292C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C99 is #D6D366. Grayscale: #373737. Windows color (decimal): -14078823 or 10038313. OLE color: 10038313.

HSL color Cylindrical-coordinate representation of color #292C99: hue angle of 238.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292C99 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 44 153 -
CMYK 0.73 0.71 0 0.4
HSL 238.39º 0.58% 0.38% -
HSV(B) 238.39º 0.73% 0.6% -
XYZ 7.56 4.57 30.62 -
YUV 55.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 41 44 153 0.73 0.71 0 0.4 238.39 0.58 0.38
Hex 29 2C 99 49 47 0 28 EE 3A 26
Octal 51 54 231 111 107 0 50 356 72 46
Binary 101001 101100 10011001 1001001 1000111 0 101000 11101110 111010 100110

Color Harmonies of #292C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C99

Black with #292C99

Text Example


Text Example

White with #292C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292C99; }

 p { color: rgb(41,44,153); }

 H1.HeaderClassName
 {
   color: #292C99;
 }
 .AnyTagClassName
 {
   color: #292C99;
 }
</style>

background-color css

<style>
 a { background-color: #292C99; }

 a { background-color: rgb(41,44,153); }

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

border-color css

<style>
 span { border-color: #292C99; }

 span { border-color: rgb(41,44,153); }

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