#292A9C

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

Shades of Egyptian Blue #292A9C

Tints of Egyptian Blue #292A9C

Color information

#292A9C (or 0x292A9C) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2A and 9C. RGB value is (41,42,156). Sum of RGB (Red+Green+Blue) = 41+42+156=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #292A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292A9C is #D6D563. Grayscale: #363636. Windows color (decimal): -14079332 or 10234409. OLE color: 10234409.

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

Color convert

RGB4142156-
CMYK0.740.7300.39
HSL239.48º58.38%38.63%-
HSV(B)239.48º73.72%61.18%-
XYZ7.744.5331.92-
YUV54.7185.17118.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 156 (61.33% from 255) = 65.27%
R=17.15%
G=17.57%
B=65.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41421560.740.7300.39239.4858.3838.63
Hex292A9C4A49027ef3a27
Octal51522341121110473577247
Binary1010011010101001110010010101001001010011111101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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