#292B9C

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

Shades of Egyptian Blue #292B9C

Tints of Egyptian Blue #292B9C

Color information

#292B9C (or 0x292B9C) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2B and 9C. RGB value is (41,43,156). Sum of RGB (Red+Green+Blue) = 41+43+156=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #292B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B9C is #D6D463. Grayscale: #363636. Windows color (decimal): -14079076 or 10234665. OLE color: 10234665.

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

Color convert

RGB4143156-
CMYK0.740.7200.39
HSL238.96º58.38%38.63%-
HSV(B)238.96º73.72%61.18%-
XYZ7.784.631.93-
YUV55.28184.84117.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 156 (61.33% from 255) = 65%
R=17.08%
G=17.92%
B=65%

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
Decimal41431560.740.7200.39238.9658.3838.63
Hex292B9C4A48027ef3a27
Octal51532341121100473577247
Binary1010011010111001110010010101001000010011111101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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