#2B299D

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

Shades of Egyptian Blue #2B299D

Tints of Egyptian Blue #2B299D

Color information

#2B299D (or 0x2B299D) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 29 and 9D. RGB value is (43,41,157). Sum of RGB (Red+Green+Blue) = 43+41+157=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B299D is #D4D662. Grayscale: #363636. Windows color (decimal): -13948515 or 10299691. OLE color: 10299691.

HSL color Cylindrical-coordinate representation of color #2B299D: hue angle of 241.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B299D is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4341157-
CMYK0.730.7400.38
HSL241.03º58.59%38.82%-
HSV(B)241.03º73.89%61.57%-
XYZ7.884.5332.36-
YUV54.82185.66119.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=17.84%
G=17.01%
B=65.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43411570.730.7400.38241.0358.5938.82
Hex2B299D494A026f13b27
Octal53512351111120463617347
Binary1010111010011001110110010011001010010011011110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B299D; }

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

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

<style>
 a { background-color: #2B299D; }

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

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

<style>
 span { border-color: #2B299D; }

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

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