#292B9A

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

Shades of Egyptian Blue #292B9A

Tints of Egyptian Blue #292B9A

Color information

#292B9A (or 0x292B9A) is unknown color: approx Egyptian Blue. HEX triplet: 29, 2B and 9A. RGB value is (41,43,154). Sum of RGB (Red+Green+Blue) = 41+43+154=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #292B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B9A is #D6D465. Grayscale: #363636. Windows color (decimal): -14079078 or 10103593. OLE color: 10103593.

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

Color convert

RGB4143154-
CMYK0.730.7200.40
HSL238.94º57.95%38.24%-
HSV(B)238.94º73.38%60.39%-
XYZ7.614.5331.05-
YUV55.06183.84117.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 154 (60.55% from 255) = 64.71%
R=17.23%
G=18.07%
B=64.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41431540.730.7200.40238.9457.9538.24
Hex292B9A4948028ef3a26
Octal51532321111100503577246
Binary1010011010111001101010010011001000010100011101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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