#292C9B

Color #292C9B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #292C9B

Tints of Egyptian Blue #292C9B

Color information

#292C9B (or 0x292C9B) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2C and 9B. RGB value is (41,44,155). Sum of RGB (Red+Green+Blue) = 41+44+155=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #292C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C9B is #D6D364. Grayscale: #373737. Windows color (decimal): -14078821 or 10169385. OLE color: 10169385.

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

Color convert

RGB4144155-
CMYK0.740.7200.39
HSL238.42º58.16%38.43%-
HSV(B)238.42º73.55%60.78%-
XYZ7.734.6431.5-
YUV55.76184.01117.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 155 (60.94% from 255) = 64.58%
R=17.08%
G=18.33%
B=64.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41441550.740.7200.39238.4258.1638.43
Hex292C9B4A48027ee3a26
Octal51542331121100473567246
Binary1010011011001001101110010101001000010011111101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292C9B;
 }
 .AnyTagClassName
 {
   color: #292C9B;
 }
</style>
background-color css

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

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

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

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

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

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