#2B289A

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

Shades of Egyptian Blue #2B289A

Tints of Egyptian Blue #2B289A

Color information

#2B289A (or 0x2B289A) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 28 and 9A. RGB value is (43,40,154). Sum of RGB (Red+Green+Blue) = 43+40+154=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B289A is #D4D765. Grayscale: #353535. Windows color (decimal): -13948774 or 10102827. OLE color: 10102827.

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

Color convert

RGB4340154-
CMYK0.720.7400.40
HSL241.58º58.76%38.04%-
HSV(B)241.58º74.03%60.39%-
XYZ7.594.3631.01-
YUV53.89184.49120.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=18.14%
G=16.88%
B=64.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43401540.720.7400.40241.5858.7638.04
Hex2B289A484A028f23b26
Octal53502321101120503627346
Binary1010111010001001101010010001001010010100011110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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