#2B299C

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

Shades of Egyptian Blue #2B299C

Tints of Egyptian Blue #2B299C

Color information

#2B299C (or 0x2B299C) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 29 and 9C. RGB value is (43,41,156). Sum of RGB (Red+Green+Blue) = 43+41+156=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 41 (16.41% from 255 or 17.08% 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 #2B299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B299C is #D4D663. Grayscale: #363636. Windows color (decimal): -13948516 or 10234155. OLE color: 10234155.

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

Color convert

RGB4341156-
CMYK0.720.7400.39
HSL241.04º58.38%38.63%-
HSV(B)241.04º73.72%61.18%-
XYZ7.794.531.91-
YUV54.71185.16119.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43411560.720.7400.39241.0458.3838.63
Hex2B299C484A027f13a27
Octal53512341101120473617247
Binary1010111010011001110010010001001010010011111110001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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