Html Css Color HEX #292C96 Egyptian Blue

📋 copy color: '#292C96'

red 41 ◦ green 44 ◦ blue 150

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

Shades of Egyptian Blue #292C96

Tints of Egyptian Blue #292C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 17.45%
G = 18.72%
B = 63.83%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#292C96 (or 0x292C96) is known color: Egyptian Blue. HEX triplet: 29, 2C and 96. RGB value is (41,44,150). Sum of RGB (Red+Green+Blue) = 41+44+150=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #292C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C96 is #D6D369. Grayscale: #363636. Windows color (decimal): -14078826 or 9841705. OLE color: 9841705.

HSL color Cylindrical-coordinate representation of color #292C96: hue angle of 238.35º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292C96 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 44 150 -
CMYK 0.73 0.71 0 0.41
HSL 238.35º 0.57% 0.37% -
HSV(B) 238.35º 0.73% 0.59% -
XYZ 7.32 4.47 29.33 -
YUV 55.19 181.51 117.88 -
System Red Green Blue C M Y K H S L
Decimal 41 44 150 0.73 0.71 0 0.41 238.35 0.57 0.37
Hex 29 2C 96 49 47 0 29 EE 39 25
Octal 51 54 226 111 107 0 51 356 71 45
Binary 101001 101100 10010110 1001001 1000111 0 101001 11101110 111001 100101

Color Harmonies of #292C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C96

Black with #292C96

Text Example


Text Example

White with #292C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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